body {
    height: 1250px !important;
    overflow-y: hidden;
    
}


.student-discount-label {
    font-family: "dharma-gothic-e";
    font-weight: 800;
    text-shadow: 3px 3px 5px black;
    font-size: 7rem;
    color: white;
    z-index: 23;
    text-align: center;
}

.student-discount-label hr {
    height: 3px;
    background-color: white;
    border: none;
}
.center-embed{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    /* flex-direction: column; */
    position: absolute;
    top: 400px;
    gap: 15px;
    flex-direction: column;
    z-index: 99;
    
}

    


.download-title {
    color: white;
    font-weight: 800;
    font-size: 2.2rem;
    /* text-align: center; */
    text-transform: uppercase;
}

.download-desc {
    color: var(--jlyellow);
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.2rem;

    
}

.download-desc a {
    color: var(--jlred);
    background-color: white;
    text-decoration: none;
    padding: 15px;
    margin-top: 15px;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 3px 3px 0px black;
    border-radius: 50px;



}

.download-desc a:hover {
    background-color: var(--jlgold);
    color: white;
}

.right-vip-desc {
    background-color: #6f1c26;
    height: 250px;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    width: 90%;
    border: 3px solid var(--jlyellow);
    box-shadow: 1px 1px 3px black;
    
}

.left-aligner {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.darken2 {
   position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 22;
    opacity: 50%;
}

iframe {
    width: 90%;
    height: 500px;
}




/* @media screen and (max-width: 1200px) {

 
    .center-embed {
        flex-direction: column;
        gap: 15px;
        top: 400px;
    }

    .right-vip-desc {
        width: 80%;
        height: 300px;
    }

    iframe {
        width: 80%;
    }

    body {
        height: 1250px !important;
    }
} */



@media screen and (max-width: 1000px) {
    .student-discount-label {
        font-size: 5rem;
    }

    .download-title {
        font-size: 1.5rem;
    }

    
}

@media screen and (max-width: 700px) {
    .student-discount-label {
        font-size: 4rem;
    }

    .right-vip-desc {
        padding: 0px;
    }

    

    .download-desc a {
        
        border-radius: 25px;
        font-size: 1rem;
        text-align: center;
        padding: 10px;
        width: 250xpx;
    
    }
}

@media screen and (max-width: 500px) {
    .student-discount-label {
        font-size: 3rem;
    }

    .download-title {
        font-size: 1.4rem;
    }

    .download-desc {
        font-size: 0.9rem;
        width: 250px;
    }

    .download-desc a {
        
        border-radius: 15px;
        font-size: 0.9rem;
        text-align: center;
        padding: 5px;
        width: 220px;
    
    }
}

@media screen and (max-width: 400px)  {
    .student-discount-label{
        font-size: 2rem;
    }
}