body{
      background:linear-gradient(to left,#009fff,#ec2f4b);
      width: 350px;
      height: 900px;
    }
      nav{
      border: 2px solid black;
      text-align: center;
      background:yellow;
      box-shadow: 2px 2px 4px black;
      height:40px;
      border-radius:20px;
    
      }
      nav a{
        text-decoration: none;
        margin:3px;
        line-height: 40px;
        color:black;
      }
      span{
        color: blue;
        
       
      }
      h2{
        color: orange;
        text-align: center;
      }
      img{
        width:230px;
        border-radius:30px;
        margin-left:50px;
       
       
      }
      .fname{
        border-radius:20px;
        outline: none;
      }
      .lname{
        border-radius: 20px;
        outline: none;
      }
      
      .email{
        margin-left:41px;
        border-radius: 20px;
        outline: none;
      }
      .pass{
        margin-left:16px;
        border-radius:20px;
        outline:none;
      }
      .contact{
        margin-left:13px;
        border-radius:20px;
        outline:none;
      }  
    .url{
        margin-left:55px;
        height: 50px;
        border-radius:20px;
        outline:none;
      }
      
      .date{
       margin-left: 45px; 
       border-radius:20px;
       outline:none;
      }
      .time{
        margin-left: 45px;
        border-radius:20px;
        outline: none;
      }
      div{
        margin-left: 59px;
        border-radius:20px;
      }
      .submit{
         margin-left:125px;
         outline:none;
         background: yellow;
         height:30px;
         width:90px;
         border-radius: 20px;
      }
      h3{
        text-align: center;
        border: 4px solid blue;
      }
      
      
      select{
        width:100px;
        height:40px;
        border-radius:10px;
        outline:none;
        margin-left:130px;
        background-color:yellowgreen;
      }
      table{
        margin-left:20px;
        margin-top:10px;
      }
    
     video{
       margin-top:0px;
       width: 340px;
     }
     img{
       height: 100px;
       border: 3px solid black;
       border-radius: 50px;
     }
     audio{
       text-align: center;
       border: 3px solid black;
       border-radius: 50px;
     }
     aside{
      background:linear-gradient(orange,white,green);
      border:2px solid black;
      border-radius:20px;
      width:190px;
      height:350px;
      margin:10px;
     }
     aside a{
       display:block;
       margin: 20px;
       height: 40px;
       color: red;
       text-decoration: none;
       border: 2px solid black;
       border-radius: 20px;
       text-align: center;
       font-size: 20px;
       line-height: 40px;
       box-shadow: 4px 4px 4px solid blue;
       
     }
     aside a :hover{
       background-color: black;
       color: yellow;
       border-radius: 30px;
     }
     h1{
       text-align: center;
       color: orange;
     }
   