body{
  background-image: url('./bg.jpg');
  font-family: 'Poppins', sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: -111111;
  margin-bottom: 50px;

}

.card{
    margin: 15px;
    background:#131a9a66;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.sidebar{
  background-color: #03214b;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 222;
  top: 0;
  display: none;
}


.sidebar ul li{
  padding: 20px;
  color: white;
  font-weight:200;
  font-size: 16px;
}


@media(max-width:600px){
 
}