body{
    background-color: rgb(181, 51, 36);
    overflow: hidden;
}
.sobre{
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:22em;
    left:54em;
    transform: rotate(4deg);
}
.fotos{
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:8em;
    left:0em;
}
.caveiras{
    background-image: url('https://eightportfolio.neocities.org/Dign%C3%ADssimo%20Coveiro%20/Caveiras.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    top:5em;
    right:7em;
    transform: rotate(-8deg);
}
.dignissimo{
    background-image: url('https://eightportfolio.neocities.org/Dign%C3%ADssimo%20Coveiro%20/dign.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
    position: absolute;
    top:0em;
    right:15em;
}
.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;
}
.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;
}
.voltar{
    background: none;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:1em;
    left:-8em;
    cursor: pointer;
}
.voltar:hover{
    transform: scale(1.15) rotate(-6deg);
}
