body {
    position: relative;
    margin: 0;
    min-height: 100vh;
    background-image: url('https://esqueletomatero.neocities.org/imagenes/FONDO.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: black;
    color: white;
    font-family: 'HVD';
}

.pagina-inicio {
    position: relative;
    width: 100%;
    height: 100vh;
}


.pagina-inicio .ofrecer-mate {
    text-align: center;
    position: absolute; 
    transform: translateX(-50%) rotate(-20deg); 
    top: 50px;
    left: 420px; 
    font-size: 25px; 
    color: white;
    text-shadow:
        -2px -2px 0 black,
         5px -2px 0 black,
        -2px  2px 0 black,
         5px  2px 0 black;

}
.pagina-inicio .esqueleto-cebador img {
    position: absolute; 
    top: 100px;
    left: 380px;
    width: 190px; 
}

.pagina-inicio .poster img {
    position: absolute;
    left: 280px;
    width: 725px; 
}

.pagina-inicio .leyendo img {
    position: absolute;
    right: 80px;
    top: 361px;
    width: 190px;
}
.pagina-inicio .comenta {
    text-align: center;
    position: absolute; 
    transform: translateX(-50%); 
    top: 300px;
    right: -45px; 
    font-size: 25px; 
    color: white;
    text-shadow:
        -2px -2px 0 black,
         5px -2px 0 black,
        -2px  2px 0 black,
         5px  2px 0 black;

}



body::before {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    box-shadow: inset 0 0 150px rgba(0,0,0,0.8);
    pointer-events: none;
}

