.bigheader {
    position: sticky;
    margin-top: 5rem;
    font-size: 6rem !important;
    text-align: center;
    color: rgb(129, 129, 129);
    opacity: 0.8;
}

.bigheader .highlighted {
    color: rgb(255, 255, 255);
}

.bigheader .context {
    max-width: 90vw;
    font-family: 'Roboto', sans-serif;
    height: 2rem;
    font-weight: 200;
    font-size: 1rem !important;
    text-align: center;
    color: rgb(231, 231, 231);
}

.bannercontainer {
    min-height: 60vh;
    margin-top: -5rem;
    width: 100vw;
    max-width: 100%;
    opacity: 1;
    filter: brightness(0.8);
    background-image: url(../banner31.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.card-container {
    display: flex; 
    gap: 10rem;                   
    justify-content: center;          
    align-items: center;              
    flex-wrap: wrap;                  
    gap: 2rem;                        
    padding: 5rem;
    padding-right: 0;
    padding-left: 0;
    width: 100vw;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-right: 0;
}


.card {
    display: block;
    text-align: left;
    backdrop-filter: blur(2px);
    background-color: #00000031;
    border-radius: 10px;
    border: solid;
    border-width: 1px;
    border-color: #e7e7e70e;
    padding: 3rem;
    width: 25rem;
    height: 30rem;
    transition: all 0.5s ease;
}

.card:hover {
    background-color: #2929293f;
    transform: translateY(-1rem) translateX(0.5rem);
}

.card-title {
    font-size: 20px;
}

.card-content {
    padding-top: 10px;
    color: #ffffffda;
}


#typed-text {
  white-space: nowrap;
  overflow: hidden;
}

.cursor {
  animation: blink 0.7s steps(1) infinite;
  transition: all 0.1s ease;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}


@media (max-aspect-ratio: 3/4)  {




.bigheader {
    width: 100vw;
    margin-top: 0.2rem;
    font-size: 2rem !important;
    text-align: center;
    justify-content: center;
    color: rgb(253, 253, 253);
    opacity: 1;
    display: block;
}

.bigheader .highlighted {
    color: rgb(255, 255, 255);
}

.bigheader .context {
    font-family: 'Roboto', sans-serif;
    height: 2rem;
    font-weight: 200;
    min-width: 100vw;
    font-size: 0.5rem !important;
    text-align: center;
    color: rgb(231, 231, 231);
    margin: 0px;
}

.bannercontainer {
    margin-top: 30px;
    overflow: hidden;
    width: 100vw;
    max-width: 100%;
    opacity: 1;
    filter: brightness(0.5);
    background-image: url(../banner31.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin-bottom: 10px;
}


.card-container {
    display: flex; 
    flex-direction: column;
    align-items: center;              
    flex-wrap: wrap;                  
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    min-width: 100vw;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-right: 0px;
    gap: 0.5rem;
}


.card {
    display: block;
    text-align: left;
    backdrop-filter: blur(2px);
    background-color: #00000031;
    border-radius: 10px;
    border: solid;
    border-width: 1px;
    border-color: #e7e7e70e;
    padding: 2rem;
    width: 60vw;
    height: fit-content;
    transition: all 0.5s ease;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
}

.card:hover {
    background-color: #2929293f;
    transform: translateY(-1rem) translateX(0.5rem);
}

.card-title {
    font-size: 1rem;
}

.card-content {
    padding-top: 10px;
    color: #ffffffda;
    font-size: 0.7rem;
} 

#typed-text {
  margin: 0px;
  display: inline-block;
  overflow: hidden;
}


}