.update{
    margin:30px 0;
    background-color: rgba(0, 0, 0, 0.784);
    border-radius: 25px;
    border: 2px solid #d8d8d8;
    padding:20px 50px 10px 50px;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.update h4{
    font-family: ubuntu;
    
}

.update ul{
    color: #f6da23;
    margin-top: 20px;
}

.update li {
    margin-bottom:5px;
}

.title-green{
    color:#22b922;
    font-weight: bold;
}

.title-blue{
    color:#1b6ed4;
    font-weight: bold;
}

.title-red{
    color:#c62f2f;
    font-weight: bold;
}

.update-content{
    color:white;
}

.date-update{
    margin-top:20px;
    color:white;
    font-weight: 300;
    font-size:12px;
}