@import url('https://fonts.googleapis.com/css2?family=Rubik+Iso&family=Tilt+Prism&family=Zeyada&display=swap');


header{
    background-color:rgb(120, 176, 237);
    width: 100vw;
    font-size:30px;
    max-height:40vh;
    opacity:90%;


   
}

main{
    font-family: 'Zeyada', cursive;

font-weight: bolder;
font-size:35px
}

div{ display:flex;
    justify-content:space-around;
    
}


h1{
    color: rgb(230, 217, 200);
    font-family: 'Tilt Prism', cursive;
}
h1:hover{
    color:rgb(51,131,215)
}
#para1{
    font-size: 35px;
   
    color:rgb(120,176,237)


}
#para1:hover{
  
    color:rgb(0, 0, 0)
}

body{
    background: linear-gradient(-45deg, rgb(197, 212, 212) 50%, rgb(167, 182, 211) 50%);


}


footer{
    background-color:rgb(167, 199, 229);
    display:flex;
    justify-content:space-around;
}
