.mypjct2 {
    position: relative; 
    height: 45vh;
    width: 40vh;
    border-radius: 10px;
    background-color: lightcoral;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden; 
}

.award-banner {
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    text-align: center;
    /* background-color: gold; */
    background-color: #FFD700;
    color: white;
    
    font-size: 1.2em;
    padding: 5px 0;
    border-radius: 0 0 10px 10px;
}

.mypjct{
    height:40vh;
    width: 40vh;
    border-radius: 10px;
    background-color: lightcoral;
    justify-content:center;
    margin: auto;
    margin-top: 20px;
    margin-left:10px;
    margin-right: 10px;
    align-items: center;
    display: inline-block;
    cursor: pointer;
}



#L3Cert{
    color: none;
}


.mypjct:hover{
    background-color: greenyellow;
}
.mypjct2:hover{
    background-color: violet;
}

.imgformat{
    height: 30vh;
    width: 30vh;
    margin-top: 1vh;
    border-radius: 10px;
    margin-bottom: 1vh;
    justify-content:center;
    align-items: center;
}

a1{
    text-decoration: none;
    color:black;
    font-size: 2.25vh;
    line-height: 2.5vh;
    /* color:inherit; */
    /* additional 3 lines added to match challenges.html */
}
a2{
    text-decoration: none;
    margin:auto;
    font-size: 2.5vh;
    line-height: 3vh;
    color:black;
}
a3{
    display:block;
    line-height: 8px;
    font-size: 8px;
    color:transparent;
}
a4{
    font-style: italic;
    color:black;
    font-size: 2.5vh;
    line-height: 3vh;
}
a{
    text-decoration: none;
    color:black;
}
a5 {
    font-family: 'Montserrat', sans-serif; /* Example: a clean, modern sans-serif font */
    color: #3a2a1d; /* A dark brown for a sophisticated look */
    font-size: 2.5vh; /* Slightly larger font size for readability */
    font-weight: bold; /* Bold font weight for emphasis */
    /* text-transform: uppercase;  */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}
@media screen and (max-device-width: 500px) {
    .header,.content,.footer{
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    /* a4{
        font-style: italic;
        color:black;
        font-size: 2.25vh;

    } */

}