body{
    background:linear-gradient(to right,aqua,white,greenyellow) ;
    
}
h1{
    color: brown;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.btn:hover{
    border-radius: 10px;
    color:lawngreen ;
    background-color: blue;
    font-size: larger;
    
}
.btn{
    border-radius: 10px;
  display: block; 
  margin-left: auto;
  margin-right: auto;
}
li{
    list-style: none;

}
a{
    text-decoration:none;
    color:black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
a:hover{
    font-size: larger;
    color: blue;
}
img{
    width: 100px;
}
.list{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
p{
    font-family:Arial, Helvetica, sans-serif;
}