body{
    background-color: white;
    height: 100vh;
    background: rgb(22,22,22);
    background: linear-gradient(180deg, rgba(193,221,255,1) 0%, rgba(0,117,255,1) 100%);
}

.vt323-regular {
    font-family: "VT323", monospace;
    font-weight: 200;
    font-style: normal;
}
  
#navbar-list{
    color: white;
    font-size: 25px;
}

header{
    background: black;

}

.banner{
    color: white;
}

.gradient-blue{
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,117,255,1) 100%);
}

.card{
    background: rgb(219, 219, 219);
    color:black;
}

.card-info{
    background-color: #0075ff;
}

section {
    scroll-margin-top: 5rem; /* Adjust as needed */
  }