*{
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif  ;
}
body{
    margin: 0;
    background: rgb(81,158,255);
    background: linear-gradient(90deg, rgba(81,158,255,1) 0%, rgba(202,108,255,0.7833567415730337) 50%, rgba(255,133,213,1) 100%);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
header{
    text-align: center;
    background-color: white;
    color: #ca6cff;
    margin-bottom: 80px;
    height: 100px;
}
header h1{
    padding-top: 20px;
}


#menu {
    z-index: 2;
  }
  
  #menu-bar {
    width: 45px;
    height: 40px;
    margin: 30px 0 20px 20px;
    cursor: pointer;
  }
  
  .bar {
    height: 5px;
    width: 100%;
    background-color: #fb2dd9;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
  }
  
  #bar1 {
    transform: translateY(-4px);
  }
  
  #bar3 {
    transform: translateY(4px);
  }
  
  .nav {
    transition: 0.3s ease;
    display: none;
  }
  
  .nav ul {
    padding: 0 22px;
  }
  
  .nav li {
    list-style: none;
    padding: 12px 0;
  }
  
  .nav li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  
  .nav li a:hover {
    font-weight: bold;
  }
  
  .menu-bg, #menu {
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .menu-bg {
    z-index: 1;
    width: 0;
    height: 0;
    margin: 30px 0 20px 20px;
    background: radial-gradient(circle, #e719d6, #9409f1);
    border-radius: 50%;
    transition: 0.3s ease;
  }
  
  .change {
    display: block;
  }
  
  .change .bar {
    background-color: white;
  }
  
  .change #bar1 {
    transform: translateY(4px) rotateZ(-45deg);
  }
  
  .change #bar2 {
    opacity: 0;
  }
  
  .change #bar3 {
    transform: translateY(-6px) rotateZ(45deg);
  }
  
  .change-bg {
    width: 520px;
    height: 460px;
    transform: translate(-60%,-30%);
  }
  
    .inputs{
        margin-left: 200px;
    }
    .input{
        background-color: black;
        color: cyan;
        height: 30px;
        font-size: 15px;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 10px;
        
    }
    label{
     display: block;
      background-color:#ca6cff;
      width: 170px; ;
     color: rgb(35, 4, 136);
     font-size: 20px;
     margin-right: 10px;
     text-align: center;
     border-radius: 5px ;
     margin-bottom: 10px;
     
      
    
    }
    
    #vy{
      color: cyan;
    }
    
    
    img{
      height: 50px;
      width: 50px;
      float: left;
      padding-left: 100px;
      padding-top: 10px;
      }
      ul{
        text-align: justify;
        padding-left: 200px;
        padding-left: 450px;
      }
       li{
      padding: 10px;
      list-style: none;
      align-items: center;
      }