body {
    background-color: rgb(153, 234, 234);
}

.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;
}

h1 {
    color: rgb(152, 152, 124);
    font-size: 60px;
}


p {
    color: rgb(152, 152, 124);
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

h2 {
    color: rgb(152, 152, 124);
    font-size: 60px;
}