body {
        background-color: rgb(216, 216, 161);
}

h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 30px;
    background-color: rgb(104, 84, 77);
}

.voltar {
    background-image:url(../assets/back.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 80px;
    height: 40px;
}