#head{
    position: absolute;
    top: 2%;
    left: 0%;
    width: 99%;
    height: 12%;
    padding-bottom: 2%;
    padding-left: 1%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(to top, rgba(50, 179, 205, 0.75), transparent 30%);
    backdrop-filter: blur(10px);
}

#logo{
    height: 6.5vh;
}

body{
    background-color: #0F172A;
}

#title{
    font-family: Changa;
    font-weight: bold;
    height: 100%;
    font-size: 6.5vh;
    background-image: linear-gradient(to left, #61d38fe0, #34CCCFe0, #1E63C2e0, #A56FDEe0);
    background-clip: text;
    color: transparent;
    margin-left: 1%;
}

#body{
    height: 82%;
    width: 100%;
    position: absolute;
    top: 18%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.card{
    height: fit-content;
    height: 30%;
    width: fit-content;
    width: 20%;
    border-radius: 10px;
    background: linear-gradient(to top, rgba(50, 179, 205, 0.75), transparent 10%);
    margin: 2%;
    display: flex;
    flex-direction: column;
}

.cardImg{
    margin-top: 0;
    height: 80%;
    width: 100%;
    object-fit: cover;
}
.cardBtn{
    all: unset;
    height: 10%;
    width: 100%;
    background-image: linear-gradient(to left, #61d38fe0, #34CCCFe0, #1E63C2e0, #A56FDEe0);
    background-clip: text;
    border-radius: 10px;
    font-family: Changa;
    font-weight: bold;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;    
}

::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

* {
    scrollbar-width: thin; /* Options: auto, thin, none */
    scrollbar-color: #32b3cd #0F172A; /* thumb color | track color */
}

#login {
    all: unset;
    position: absolute;
    right: 1%;
    height: 40%;
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to left, #61d38fe0, #34CCCFe0, #1E63C2e0, #A56FDEe0);
    background-clip: text;
    border-radius: 10px;
    font-family: Changa;
    font-weight: bold;
    color: transparent;
    font-size: 2.5vh;
    box-shadow: -0px -0px 3px 3px rgba(50, 179, 205, 0.75);
}
