article {
    margin: 5vw;
}

a{
    color: white;
}

button {
    width: 150px;
    height: 60px;
    border: 3px solid #305842;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;
    font-size: 1em;
    font-weight: 550;
}

button:hover {
    background: #305842;
    color: white;
    font-size: 1.1em;
}

#atts{
    display: flex;
    flex-direction: column-reverse
}

.update {
    border: solid 0.7vw #305842;
    border-radius: 5%;
    padding: 1.5vw;
}

.info-update {
    text-align: center;
}

.info-update h1 {
    font-size: 1.7em;
    border-bottom: solid 1vh #305842;
    border-radius: 30%;
}

.info-update p {
    width: 70vw;
    font-size: 1.1em;
    text-align: justify;
    line-height: 2em;
    margin: 0;
}

.botoes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.direitos-forum{
    color: #467059e7;
}

.direitos-forum a{
    color: #305842;
    text-decoration: underline;
}

@media screen and (min-width: 760px){
    .info-update p {
        line-height: 4vh;
    }

    .update{
        border: solid 0.35vw #305842;
        font-size: 1.2em;
    }
}