 div{
     height:100vh;
     background-size: cover;
     width: 100%;
     background: #020024;
     background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    font-family: 'Segoe UI', Arial, sans-serif;
    }
header{
        height: 40px;
        width: 100%;
       
        display: flex;
        align-items: center;
        justify-content: space-between;

    }
img{
       height: 100px;
       width: 100px;
       margin-left: 200px;
       margin-top: 80px;
       border-radius: 50px;
       
    }
nav a{
        
        color:aliceblue;
        text-decoration: none;
        word-spacing: 10px;
       font-weight:bold;
       }
a:hover{
    
        border: none;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }
        
 h1{
        margin-left: 200px;
        margin-top: 200px;
    }
p{
        margin-left:200px ;
        margin-top: 0px;
        
    }
#a1{
        height: 450px;
        width: 360px;
        background: #fff;
        background-color: white;
        margin-left: 60%;
        margin-top: -350px;
    }
h2{
        font-weight:normal;
        text-align: center;
       }
 #a2{
        height: 350px;
        width: 300px;
        margin-left: 30px;
        margin-top: -8px;
        border-radius: none;
       }
