#users-table{
    width: 80%;
    text-align: center;
    margin-left: auto; margin-right: auto;
}
.update-form{
    text-align: center;
    label{
        display: block;
        margin: 10px;
    }
    textarea{
        width: 80%;
        height: 200px;
        margin-bottom: 15px;
        resize: verical;
    }
    #submit-btn{
        width: 45%;
        margin: 10px;
    }
}
.news{
    display: block;
    text-align: center;
    width: 80%;
    margin-left: auto; margin-right: auto;
    font-size: 1.1em;
}
.news-date{
    display: block;
    font-size: 0.7em;
    color: lightgrey;
    text-align: center;
    width: 30%;
}