*{
    margin:0;
    padding:0;
}


header{
    display: flex;
    height: 200px;
    width: 100%;
    align-items: center;
   /* background-color: rgb(190, 243, 243);*/
    justify-content: space-around;
    font-size: 45px;
}

nav{
    display:flex;
    width:100%;
}

a{
    text-decoration: none;
}

.l1{
    display: flex;
    width: 100%;
    flex-direction:row;
    list-style-type: none ;
    justify-content: space-around;
}

body{
  background: linear-gradient(45deg, #FC466B, #3F5EFB);
  height: 100vh;
  flex-direction: column;
 
 

}


h1{
    display: flex;
    font-size: 80px;
    padding-top: 10%;
    padding-left: 35%;
  
}


    



