body{
    background-color: rgb(181, 51, 36);
    overflow: hidden;
}
.fotinhas{
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:9em;
    left:1em;
    transform: rotate(-1deg);
}
.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;
}
.dignissimo{
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:0em;
    right: 1em;
    transform: rotate(-1deg);
}