    h1{
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: rgb(0, 0, 0);
        text-align: center;
        text-shadow: 0 0 10px rgb(255, 0, 0) ;
    }
    p{
        color: #ffffff;
    }  
    .fondo{
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        background-image: url(imagenes/ysyaberlin1.jpg);
    }
    p{
        font-size: 20px;
    }
    a{
        color: rgb(255, 255, 255)
    }
    .barra {
    position:fixed; 
    top: 10px;       
    right:10px;     
    z-index: 1000;   
    }
    button{
    all: unset;
    display: block;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
    }
    .antezana247{
        color: #ff6600;
        text-align: center;
    }
    .a247{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .hechoamano{
        color: #000000;
        text-align: center;
    }
    .hecho{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .mordiendoelbozal{
        color: #ff8533e0;
        text-align: center;
    }
    .bozal{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .trapdeverdad{
        color: #FFD700;
        text-align: center;
    }
    .deverdad{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .trapdeverdad2{
        color: #FFD700;
        text-align: center;
    }

    .ysysmo{
        color: #ff3324ea;
        text-align: center;
    }
    .smo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .afterdelafter{
        color: #808080;
        text-align: center;
    }
    .after{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .trampaaltiempo{
        color: #000000;
        text-align: center;
    }
    .tiempo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .saturaciopop{
        color: #FF4500;
        text-align: center;
    }
    .pop{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    @media (max-width:768px){
        header h1{
            font-size: 1.8em;
        }
        nav-ul{
            flex-direction: column;
            gap: 10px;
        }
        main{
            margin: 15px;
            padding: 15px;
        }
        .personajes-grid{
            grid-template-columns: 1fr;
        }
    }



    