@font-face {
    font-family: Yoster;
    src: url(magicfountain/yoster.ttf);
}
@font-face {
    font-family: Mini;
    src: url(magicfountain/000webfont.ttf);
}
@font-face {
    font-family: Maofuente;
    src: url(magicfountain/Maofuente-Regular.ttf);
}
#siguenavegando{
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    width: 260px;    
    border-right: 2px solid rgb(65, 36, 36);
    overflow-x: hidden;
    background-color: rgba(237, 243, 238, 0.918);
}
#titulo{
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}
#hobaca{
    font-family: Maofuente;
    font-size: 20px;
    font-weight: 500;
    color: rgb(80, 30, 30);    
    margin-bottom: 5px;
    margin-left: 130px;
}
#hobaca span{
    font-family: Mini;
    font-size: 30px;
}
#nosema{
    font-family: Maofuente;
    font-size: 37px;
    font-weight: 700;
    color: rgb(80, 30, 30);
}
#caja{
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 900px;
}
#caja::-webkit-scrollbar{
    width: 7px;
    position: absolute;
    left: 0px;
    margin-right: 6px;
}
#caja::-webkit-scrollbar-thumb{
    background-color: rgb(92, 75, 75);
    border-radius: 5px;
}
.patata{
    margin-left: 13px;
    font-family: Maofuente;
    font-size: 18px;
    font-weight: 600;
    transition: 0.2s;
    margin: 15px 0px;  
    background-color: rgba(138, 114, 114, 0.623);
}
.patata:hover{
    background-color: rgba(66, 55, 55, 0.623);
    transition: 0.2s;
}
.tit{
    display: flex;
    align-items: center;
    background: none;
    border: none;
}
.tit:hover{
    cursor:pointer;
}
body{
    padding-left: 300px;
    background-image: url(nofuncionasinoeldesgraciadoughhh/fondo5.png);
    overflow-x: hidden;
    zoom: 95%;
}
.emotecuatro{
    height: 30px;
    margin-right: 7px;
}
.fecha{
    font-family: Mini;
    font-size: 25px;
}
#arreglo2{
    transform: rotate(180deg);
    height: 40px;
    width: 400px;
}
#brosco{
    position: relative;
    width: 857px;
    height: 530px;
    margin-left: 7%;
    margin-top: 26px; 
    transform: rotate(1deg);
}
.uno{
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    background-image: url(nofuncionasinoeldesgraciadoughhh/afrifabric.png);
    width: 100%;
    height: 60px;
    background-size: contain;
}
.dos{
    position: absolute;
}
.broscotos{
    background-image: url(nofuncionasinoeldesgraciadoughhh/papel.jpg);
    width: 852px;
    height: 99%;
    border: none;
    font-family: Maofuente, sans-serif, Arial, Helvetica, sans-serif;
}
p{
    margin: 0px;
}
#cinta{
    transform: rotate(30deg);
    position: absolute;
    top: -10px;
    right: -80px;
    z-index: 2;
    width: 300px;
    transition: 0.5s;
}
#cinta:hover{
    transform: rotate(27deg);
    transition: 0.5s;
}
#eh{
    border: 3px solid #888; 
    width: 140px; 
    height: 202px; 
    content: fit;
    position: absolute;
}
#ima{
   position: absolute;
   width: 200px;
   bottom: -70px;
   left: -70px;
   transform: rotate(-5deg);
   transition: 0.5s;
}
#ima:hover{
   transform: rotate(-8deg);
   transition: 0.5s;
}
#imaa{
   position: absolute;
   width: 200px;
   bottom: 95px;
   left: -30px;
   z-index: 3;
   transform: rotate(25deg);
}
#yoo{
    position: fixed;
    bottom: 0px;
    right: 30px;
    width: 400px;
}