body{
    background-color: rgb(181, 51, 36);
    overflow: hidden;
}
.background{
    background-image: url('https://eightportfolio.neocities.org/background_contato.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1920px;
    height: 1080px;
    position: absolute;
    top:0em;
    left:0em;
}
.folha{
    background-image: url('https://eightportfolio.neocities.org/Folha%20.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1100px;
    height: 700px;
    position: absolute;
    top:2em;
    left:0em;
}
.borda{
    background-image: url('https://eightportfolio.neocities.org/Bot%C3%B5es/Borda.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1800px;
    height: 250px;
    position: absolute;
    top:33em;
    left:0em;
}
.portrait{
    background-image: url('https://eightportfolio.neocities.org/Portrait.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 530px;
    height: 730px;
    position: absolute;
    top:13em;
    right:-3em;
}
.nome{
    background: url('https://eightportfolio.neocities.org/nome-contato.png');
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    width:600px;
    height:80px;
    position: absolute;
    top:11em;
    right:0em;
    transform: rotate(3deg);
}
.voltar{
    background: none;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:2em;
    right:0em;
    cursor: pointer;
}
.voltar:hover{
    transform: scale(1.15) rotate(-6deg);
}