body {
    height: 2600px !important;
    background-color: rgb(235, 235, 235);

   
}





.td-tab {
    color: black;

    font-size: 2rem;
    font-weight: bold;
    
    text-align: center;
    position: relative;
    text-decoration: underline;
}

.de-tab {
    color: rgb(58, 58, 58);

    font-size: 2rem;
    font-weight: bold;
    
    text-align: center;
    position: relative;
}
.uwh-2 {
    top: 0px;
}

.winners-heading-container {
    position: absolute;
    top: 375px;
    width: 100vw;
    height: 125px;
    text-transform: uppercase;
    display: flex;  
    gap: 15px;
    
    justify-content: center;
    align-items: center;
    
}



.td-winner-heading {
    color: var(--jlred);
    background-color: var(--jlyellow);
    font-size: 1.8rem;
    padding: 15px;
    cursor: pointer;
    box-shadow: 3px 3px 0px gray;
    font-weight: 800;
   
     &&:hover {
        transform: scale(1.02);
    }
}



.de-winner-heading {
    color: rgb(95, 95, 95);
    background-color: rgb(193, 193, 193);
    font-size: 1.8rem;
    padding: 5px;
    cursor: pointer;

    &&:hover {
        transform: scale(1.02);
    }
}


.winners-details-con {
    top: 500px;
    position: absolute;
    width: 100vw;
    /* height: 2000px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    z-index: 99;
    
}

.winners-details-con-2 {
    top: 500px;
    position: absolute;
    width: 100vw;
    /* height: 2000px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    z-index: 98;
}

.student-winner img {
    box-shadow: 1px 1px 3px black;
}



.student-name {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 2.2rem;
   
    
}

.award {
    color: var(--jlred);
    font-size: 1.5rem;
    font-weight: 800;
}

.school {
    color: black;
    font-size: 1.4rem;
    font-weight: 400;
}

.name {
    color: black;
    font-size: 2.2rem;
    font-weight: 800;
}

.student-winner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 400px;
    
}



.student-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.student-winner img {
    width: 200px;
}

.essay-link {
    color: black;
    font-size: 1.4rem;
}

.essay-link a {
    color: blue;
}

.winner-card {
    width: 90%;
    background-color: rgb(212, 212, 212);
   
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 50px;
    border-radius: 0px;
    box-shadow: 5px 5px 5px rgb(113, 113, 113);
    max-width: 1000px;
    /* border: 3px solid black; */
}

footer {
    bottom: 0px;
}

iframe {
    width: 500px;
    height: 315px;
}

/* .darken {
    z-index: -1;
    opacity: 40%;
} */


@media screen and (max-width: 1100px) {
    .student-winner img {
    width: 200px;
}



}

@media screen and (max-width: 1000px) {
    .frame {
        width: 450px;
        height: 90%px;
    }

  

    .student-winner img {
        width: 175px;
    }

     .award {
        font-size: 1.3rem;
    }

    .name {
        font-size: 1.7rem;
    }

    .school {
        font-size: 1.2rem;
    }
}


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

    .student-winner img {
        width: 150px;
    }
    .frame {
        width: 300px;
        height: 250px;
    }

    .student-winner {
        gap: 20px;
    }

    .award {
        font-size: 1rem;
    }

    .name {
        font-size: 1.2rem;
    }

    .school {
        font-size: 1rem;
    }

    .essay-link {
        font-size: 1.5rem;
    }
} */

@media screen and (max-width: 800px) {

    .td-winner-heading {
        font-size: 1.1rem;
    }

    .de-winner-heading {
        font-size: 1.1rem;
    }

    .winner-card {
        flex-direction: column;
        align-items: center;
    }
    .student-winner img {
        width: 100px;
    }

    .student-winner {
        flex-direction: row-reverse;
        gap: 50px;
    }

    .frame {
        width: 300px;
        height: 200px;
    }

    .award {
        font-size: 1.3rem;
    }

    .name {
        font-size: 1.5rem;
    }

    .school {
        font-size: 1.1rem;
    }

}


@media screen and (max-width: 500px) {

    .essay-link {
        font-size: 1.2rem;
    }

    .td-winner-heading {
        font-size: 1rem;
        
    }

    .de-winner-heading {
        font-size: 1rem;
    }

    
}


@media screen and (max-width: 450px) {
    .student-name {
        width: 175px;
    }

    .td-winner-heading {
        font-size: 0.8rem;
    }

    .de-winner-heading {
        font-size: 0.8rem;
    }
}