@font-face {
    font-family: Maofuente;
    src: url(/magic-fountain/CutePixel.ttf);
}
body{
    background-image: url(/miau/backgrounds/yarrharhar.gif), linear-gradient(to bottom, #b49a8d, #b89b8b);
    padding-left: 20px;
}
p, h1, h3, li{
    font-family: Maofuente;
}
h1{
    font-size: 250%;
    color: #48513c;
    font-weight: bolder;
    margin-bottom: 5px;
}
h3{
    font-size: 155%;
    color: #666f5b;
}
li, p{
    font-size: 120%;
}
li, p{
   margin-left: 25px; 
}
.bocata3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bocata3 img{
    width: 32%;
}
.bocata4{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bocata4 img{
    width: 23%;
}
.bocata1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bocata1 img{
    width: 55%;
}