*{
    padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*menu*/
a{
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
}


nav{
    background-color: black;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
}

#fondo{
    color: aquamarine;
    text-shadow: 0 0 10px #00f7ff;
    font-weight: 800;
    border-bottom: 2px solid #CC00FF;
    box-shadow: 0 8px 12px -4px rgb(204, 0, 255);
} 

.logo{
    font-size: 30px;
    font-family: BEBAS NEUE;
    cursor: pointer;
    animation: logoMove 3s infinite;
}

@keyframes logoMove {
    0%{
        transform: translateX(0);
    }

    50%{
        transform: translateX(15px);
    }

    100%{
        transform: translateX(0);
    }
}

#game{
    color: #00f7ff;
    text-shadow: 0 0 10px aquamarine;
}

#Zone{
    color: #ff00fb;
    text-shadow: 0 0 20px #CC00FF;
}

.menu{
    display: flex;
    list-style: none;
    gap: 15px;
    position: stickyS;
    padding-right: 10px;
}

.menu a{
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    padding-bottom: 5px;
}

.menu a:hover{
    color: #9c52ae;
    text-shadow: 0 0 10px  #ff00ff;
}

.menu li{
    margin: 0 20px;
    
}
/*fin*/

/*pg1*/

#banner{
    background-color: blanchedalmond;
    text-align: center;
    padding: 25em 5em 3em 5em;
    background-image: url(../img/banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    

}
#bien{
    color: white;
    font-size: 45px;
}

#gz{
    color: #0bd9e0e3;
    text-shadow: 0px 0px 10px #ff00fb;
    font-size: 65px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#p1{
    color: white;
    font-size: 25px;
}

#p2{
    color: rgb(9, 9, 189);
}

#banner2{
    padding: 1em 17em 1em 17em;
    text-align: center;
    line-height: 1.5;
    background-color: antiquewhite;
    font-size: 20px;
    background-image: url(../img/banner2.jpeg);
    color: rgba(187, 223, 252, 0.847);
    border-top: 2px solid #0026ff;
    border-bottom: 2px solid #0026ff;
    z-index: 10;
    box-shadow: inset 0 0 15px 5px rgb(0, 179, 255);

}

#t2{
    width: fit-content;
    padding: 30px 1em 5 1em;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #fee0ff;
    text-shadow: 0 0 10px #ff00ff;
    border-bottom: 2px solid #0025faf0;
    box-shadow: 0 10px 15px -9px #638cfc;
}

.banner3{
    background-image: url(../img/bannerG.jpeg);
    
}

.minib figure{
    display: flex;
    gap: 1em;
    border: 2px solid #2661f7ac;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px #ff00fb;
    margin: 2em 3em;
}

.minib img{
    width: 100px;
    height: 100px;
}
.minib{
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    
}
.minib figure figcaption{
    margin: 0 auto;
    padding: 2px 7px;
    color: rgba(66, 198, 198, 0.671);
    text-shadow: 0 0 5px #00f7ff;
}
    
.baners{
    background-image: url(../img/bannerG.jpeg);
}

#t3{
    width: fit-content;
    padding: 30px 1em 5 1em;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    color: #d3d6f5;
    text-shadow: 0 0 10px #2c22c5;
    border-bottom: 2px solid #0025faf0;
    box-shadow: 0 10px 15px -9px #638cfc;
}


#fornite{
    margin: 3em;
    padding: 100px 50px;
    width: 100px;
    height: 100px;
    background-image: url(../img/fornite.jpeg);
    background-size: cover;
    background-position: center;
    border: 2px solid #ffc175;
    box-shadow: 0 0 8px 5px #638cfc;
    border-radius: 10px;
}

#fornite:hover{
    box-shadow: 0 0 7px 4px #ff00fb;
    cursor: pointer;
    transition: 0.15s;
    transform: scale(1.05); 
}

#fornite h3{
    margin: 80px 30px 1px 1px;
    color: white;
    text-shadow: 0 0 10px #000;
    font-size: 25px;
}

#fornite p{
    margin: 2px auto;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 2px #ffffff;
}

#fornite a{
    margin: 0 auto;
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: #0026ff;
    padding: 3px;
    color: white;
}

#fornite a:hover{
   color: #f920d1b6;
   text-shadow: 0 0 10px  #ff00ff; 
}

#fifa{
    margin: 3em;
    padding: 100px 50px;
    width: 100px;
    height: 100px;
    background-image: url(../img/fifa.jpeg);
    background-size: cover;
    background-position: center;
    border: 2px solid #759cff;
    border-radius: 10px;
   box-shadow: 0 0 7px 3px #00ff6a;
    
}

#fifa:hover{
    box-shadow: 0 0 7px 3px #ff00fb;
    cursor: pointer;
    transition: 0.15s;
    transform: scale(1.05);
}

#fifa h3{
    margin: 80px 30px 1px 1px;
    color: white;
    text-shadow: 0 0 10px #000;
    font-size: 25px;
}

#fifa p{
    margin: 2px auto;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 2px #ffffff;
}

#fifa a{
    margin: 0 auto;
    border: 2px solid #1100ff;
    border-radius: 5px;
    background-color: #41c796;
    padding: 3px;
    color: white;
}

#fifa a:hover{
   color: #2a00fcd0;
   text-shadow: 0 0 10px  #ff00ff; 
}

#call{
    margin: 3em;
    padding: 115px 50px;
    width: 100px;
    height: 150px;
    background-image: url(../img/call.jpeg);
    background-size: cover;
    background-position: center;
    border: 2px solid #fe5173;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px #ff0000;
}

#call:hover{
    box-shadow: 0 0 7px 4px #ff00fb;
    cursor: pointer;
    transition: 0.15s;
    transform: scale(1.05);
}

#call h3{
    margin: 80px 25px 1px 1px;
    color: white;
    text-shadow: 0 0 10px #000;
    font-size: 25px;
}

#call p{
    margin: 2px auto;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 2px #ffffff;
}

#call a{
    text-align: center;
    border: 2px solid #fb5050;
    border-radius: 5px;
    background-color: #f12626b4;
    padding: 3px;
    color: white;
}

#call a:hover{
   color: #f6ff43b6;
   text-shadow: 0 0 10px  #ff00ff; 
}

.baners div{
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 7em;
}

/*pg2*/

.banner20{
    text-align: center;
    padding: 13em 3em 13em 3em;
    background-image: url(../img/banner20.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

#jg{
    color: white;
    font-size: 60px;
}

#pp{
    color: #85d0ff;
    text-shadow: 0 0 15px #759cff;
    font-size: 70px;
}

.banner20 p{
    color: #ffffff;
    font-size: 20px;
    margin: 5px 1px auto;
}

#th2{
    width: fit-content;
    padding: 30px 1em 5 1em;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    color: #d3d6f5;
    text-shadow: 0 0 10px #2c22c5;
    border-bottom: 2px solid #0025faf0;
    box-shadow: 0 10px 15px -9px #638cfc;
    
}

.banner2-2{
    background-image: url(../img/banner2-2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.logof figure{
    display: flex;
    gap: 1em;
    border: 2px solid #2661f7ac;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px #ff00fb;
    margin: 2em 5em;
}

.logof img{
    height: 100px;
    width: 100px;
    transition: 0.4s ease;

}

.logof figure:hover img{
    transform: scale(1.15);
}

.logof{
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logof figure figcaption{
    margin: 1px auto;
    padding: 2px 7px;
    
}
.logof figure figcaption p{
    color: #cbb7b7;
    font-size: 15px;
}

.logof figure figcaption h3{
    color: #ffffff;
    font-size: 23px;
}

.banner2-3{
    background-image: url(../img/bannerJ.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.tarjetas figure{
    display: flex;
    flex-direction: column;
    gap: 15em;
    border: 2px solid #1100ff;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px #ff00fb;
    margin: 2em 5em;
    max-width: 100%;
}

.tarjetas img{
    height: 225px;
    width: 100%;
    border-radius: 7px 7px 0 0;
}

audio{
    width: 150px;
    height: 30px;
    margin: 1em;  
    filter: opacity(0.5);
}

.tarjetas{
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tarjetas figure:hover{
    cursor: pointer;
    transition: 0.25s;
    transform: scale(1.03);
}

.tarjetas a{
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    border: 2px solid #0025f8;
    border-radius: 10px;
    color: rgb(247, 83, 233);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tarjetas a:hover{
    transform: scale(1.15) rotate(5deg);
    background-color: #3625cd86;
    color: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.centrar{
    text-align: center;
}

#silksong img{
    height: 225px;
    width: 100%;
}

#ciber img{
    height: 225px;
    width: 100%;
}

#minecraft img{
    height: 210px;
    width: 100%;
}

#gta img{
    height: 210px;
    width: 100%;
}

#apex img{
    height: 200px;
    width: 100%;
}

.tarjetas figcaption h3{
    text-align: center;
    color: white;
}

.tarjetas figcaption p{
    text-align: center;
    color: white;
    margin-bottom: 1em;
}
/*pg3*/
.banner3-0{
    background-image: url('../img/bannerntc.jpeg');
    padding: 10em 1em 10em 2em;
    color: white;
    
}

#bn{
    color: white;
    font-size: 45px;
}

#bg{
    color: #a57efae3;
    text-shadow: 0px 0px 15px #ff00fb;
    font-size: 65px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.banner3-0 p{
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.705);
    font-size: 25px;
}

.banner3-2{
    background-image: url(../img/banner3-2.jpeg);
    background-size: cover;
}

.banner3-2 .logof img:hover{
    animation: spin 2s linear infinite;
}

.contenedor{
    display: flex;
    gap: 10em;
    padding: 40px;
    justify-content: center;
}

.lado-izquierdo{
    background-color: gray;
    width: 33%;
    background-image: url(../img/proximj.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid rgb(0, 5, 139);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(135, 135, 247);
    padding: 20em 0 5em 1em;
    color: white;
    font-weight: bold;
    -webkit-text-stroke: 1px black;
}

.lado-izquierdo p{
    color: rgba(255, 255, 255, 0.83);
    
}

.lado-derecho{
    color: white;
    gap: 50px;
    width: 500px;
    align-items: center;
}

.card{
    margin-bottom: 3em;
    padding-bottom: 2em;
    border: 2px solid #0026ffcf;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(115, 115, 235);
    padding: 0;
    display: flex;
    transition: 0.4s ease;
}

.cardC:hover{
    transform: translateX(10px);
}

.card img{
    width: 100px;
    border-radius: 10px 0 0 10px;
    margin-right: 15px;
    object-fit: cover;
}

.texto-card {
    padding-top: 2em;
    padding-bottom: 2em;
}

.banner3-3{
    background-image: url(../img/banner3-3.jpeg);
    background-size: cover;
    padding-bottom: 2em;
}

table{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 2em;
    border: 2px solid darkblue;
    box-shadow: 0 0 3px 2px rgb(0, 53, 139);
}

td{
    border: 1px solid deepskyblue;
    box-shadow: 0 0 3px 2px darkcyan;
    padding: 5px;
    text-align: center;
    color: white;
}

th{
    color: #f520a0;
    text-shadow: 0 0 10px #c43fb7;
    font-weight: 900;
    border: 2px solid darkblue;
    box-shadow: 0 0 3px 2px rgb(0, 53, 139);
    padding: 5px;
    text-align: center;
}

#uno{
    font-weight: 600;
    color: #00f0ff;
    text-shadow: 0 0 5px aquamarine;
}

#dos{
    font-weight: 600;
    color: #bf00f9;
    text-shadow: 0 0 5px #bd7ef8;
}

#tres{
    font-weight: 700;
    color: #df0b7c;
    text-shadow: 0 0 10px #ed75b5;
}

/*pg4*/

.banner4-0{
    background-image: url('../img/banner4-0.jpeg');
    padding: 10em 1em 10em 2em;
    color: white;
}

#foro{
    color: rgb(226, 255, 242);
    text-shadow: 0 0 15px rgb(158, 241, 230);
    font-size: 50px;
}

#juegoC{
    color:  #d509d2;
    text-shadow: 0px 0px 15px #2da4cbe3;
    font-size: 65px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.banner4-0 p{
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.81);
    font-size: 20px;
}

.banner4-1{
    background-image: url(../img/banner4-1.png);
    background-size: cover;
}

.contenedor-N{
    display: flex;
    gap: 4em;
    padding: 50;
    justify-content: center;
    margin-top: 2em;
}

.izquierdo-l{
    width: 800px;
    text-align: center;
    gap: 60px;
    margin-right: 4em;
}

.cardC{
    margin-bottom: 3em;
    padding-bottom: 2em;
    border: 2px solid #0026ffcf;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(115, 115, 235);
    padding: 0;
    display: flex;

}

.cardC img{
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 30px;
    margin-right: 15px;
    object-fit: cover;
}

.texto-cardC {
    padding-top: 2em;
    padding-bottom: 1.5em;
    color: whitesmoke;
}

.texto-cardC p{
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.645);
    font-size: 15px;
    text-align: left;
}

.derecho-l{
    width: 15%;
    height: 100%;
    border-radius: 12px;
    border: 2px solid #1e2a4a;
    color: white;
    
}

.derecho-l h3{
    padding: 20px;
}

.derecho-l p{
    margin-bottom: 1.5em;
    font-size: 16px;
    font-weight: 600;
}

#item-foro{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(128, 128, 128, 0.173);
    padding: 20px;
}

#item-foro a{
    margin: 0 auto;
    border: 2px solid #000000;
    box-shadow: 0 0 7px 3px darkorchid;
    border-radius: 5px;
    background-color: #dc2be2;
    padding: 5px;
    color: white;
}

#item-foro a:hover{
    color: #00f0ff;
}

/*pg5*/

.banner5-0{
    background-image: url(../img/banner5-0.png);
    background-position: center;
    background-size: cover;
    padding: 10em 1em 10em 2em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.banner5-0 h1{
    font-size: 60px;
    color: #8f9ef5;
    text-shadow: 0 0 7px #00f0ff;
}

.banner5-0 p{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.767);
}

.encontrar{
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 60px;
    background-image: url(../img/banner5-1.png);
}

.encontrar-div{
    width: 500px;
    background-color: #0b1023;
    border: 2px solid #6c4cff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(108, 76, 255, 0.3);
}

.encontrar h2{
    color: white;
    font-size: 30px;
    margin-bottom: 25px;
}

.titulo-pregunta{
    color: #888888;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
}

.contenedor-radios{
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.contenedor-radios label{
    color: #888888;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.formulario input{
    display: block;
    width: 93%;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #11162b;
    border: 2px solid #2a2f4f;
    border-radius: 12px;
    color: white;
    font-size: 16px;
}

.formulario textarea{
    display: block;
    width: 93%;
    height: 180px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #11162b;
    border: 2px solid #2a2f4f;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    resize: none;
}

#bton-enviar{
    width: 80%;
    background: linear-gradient(90deg, #8a2be2, #ff00ff);
    border: none;
    color: white;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 auto;
}

#bton-enviar:hover{
    transform: scale(1.03);
    box-shadow: 0 0 7px #caadff;
}

/*pie*/

.pie-pagina{
    background-color: #0d1224;
    border-top: 1px solid #1a1a1a;
    padding: 20px 0;
    width: 100%;
}

.contenedor-interior{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.copyright{
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;

}

@media (max-width: 1000px){
    nav{
        position: sticky;
        top: 0;
    }

    .logo{
        font-size: 24px;
    }

    .menu li{
        margin: 0 10px;
    }

    .menu a{
        font-size: 14px;
    }

    .menu{
        gap: 0.01em;
    }

    #banner{
        padding: 5em;
        text-align: center;
        align-items: center;
    }
    #banner2{
        text-align: center;
        display: wrap;
        padding: 2em 1em;
        box-shadow: inset 0 0 15px 5px rgb(247, 0, 255);
        border-top: 2px solid  #f700ff;
        border-bottom: 2px solid #a200ff;
    }

    .minib{
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr 1fr;
    }

    .minib figure{
        border: 2px solid #e42ce170;
        border-radius: 10px;
        box-shadow: 0 0 7px 3px #0125f3f8 ;
    }

    .baners div{
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }

    #call{
        grid-column: 1 / 3;
        justify-self: center;
    }
    
    .banner20{
        padding: 5em;
        text-align: center;
        align-items: center;
    }

    .logof{
    display: grid;
    gap: 1em;
    grid-template-columns:  1fr 1fr;
    }

    .tarjetas{
    display: grid;
    grid-template-columns: repeat(2, 380px);
    justify-content: center;
    gap: 1em
    }

    .logof figure{
    display: flex;
    gap: 0.5em;
    border: 2px solid #2661f7ac;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px #ff00fb;
    margin: 2em 0.5em;
    }

    .encontrar{
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    padding: 3.75em;
    background-image: url(../img/banner5-1.png);
    }

    .contenedor{
        display: flex;
        flex-direction: column-reverse;
        gap: 0em;
    }

    .lado-izquierdo{
        width: 800px;
        max-width: 100%;
    }

    .lado-derecho{
        width: 820px;
        max-width: 100%;
    }

    .encontrar-div{
    width: 500px;
    max-width: 100%;
    background-color: #0b1023;
    border: 2px solid #6c4cff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(108, 76, 255, 0.3);
    }
    
    iframe{
        width:500;
        height:550;
        max-width: 100%;
    }

    .contenedor-N{
        flex-direction: column;
        align-items: center;
        gap: 2em;
        padding: 20px;
    }

    .izquierdo-l{
        width: 100%;
        max-width: 800px;
        margin-right: 0;
    }

    .derecho-l{
        width: 100%;
        max-width: 800px;
        box-sizing: border-box;
    }

    #video{
        width: 100%;
        max-width: 800px;
    }

    #video iframe{
        width: 100%;
        height: 350px;
    }
}

@media (max-width: 550px){

    nav{
        flex-direction: column;
        padding: 10px;
    }

    .logo{
        margin-bottom: 10px;
        font-size: 25px;
    }

    .menu{
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .menu li{
        margin: 5px;
    }

    .menu a{
        font-size: 15px;
    }

    #banner,
    .banner20,
    .banner3-0,
    .banner4-0,
    .banner5-0{
        padding: 8em 1em 4em 1em;
        text-align: center;
    }

    .banner5-0 h1{
    font-size: 2.5rem; 
    word-wrap: break-word;
    }

    #gz,
    #pp,
    #bg,
    #juegoC{
        font-size: 45px;
    }

    #bien,
    #jg,
    #bn,
    #foro{
        font-size: 30px;
    }

    #banner2{
        padding: 1em;
        font-size: 16px;
    }

    .minib{
        grid-template-columns: 1fr;
    }

    .logof{
        grid-template-columns: 1fr;
    }

    .logof figure{
        margin: 1em;
    }

    .baners div{
        grid-template-columns: 1fr;
        margin: 0;
    }

    #call{
        grid-column: auto;
    }

    #fornite,
    #fifa,
    #call{
        margin: 1em auto;
    }

    
    .tarjetas{
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .tarjetas figure{
    margin: 1em;
    }

    .centrar{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    audio{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 0.5em;
    }

    .tarjetas a{
        display: inline-block;
        margin-bottom: 10px;
    }


    .contenedor{
        padding: 10px;
    }

    .lado-izquierdo{
        width: 100%;
        padding: 12em 1em 2em 1em;
        box-sizing: border-box;
    }
    .lado-derecho{
        width: 100%;
    }

    .tabla-responsive{
    width: 100%;
    overflow-x: auto;
}
    
    table{
        width: 300px;
        font-size: 12px;
        max-width: 100%;
        min-width: 600px;
    }

    th,
    td{
        padding: 3px;
    }

    .contenedor-N{
        flex-direction: column;
        align-items: center;
    }

    .izquierdo-l{
        width: 100%;
        margin-right: 0;
    }

    .derecho-l{
        width: 90%;
    }

    #video iframe{
        width: 100%;
        height: 250px;
    }


    .encontrar{
        padding: 20px;
    }

    .encontrar-div{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .formulario input,
    .formulario textarea{
        width: 100%;
        box-sizing: border-box;
    }

    iframe{
        width: 100%;
        height: 300px;
    }

    #t2,
    #t3,
    #th2{
        font-size: 25px;
    }
}