.list{
    display: flex;
    gap: 20px;
}
.list{
    list-style: none;
    text-decoration: none;
    margin-top: 20px;
}
a{
    text-decoration: none;
    color: black;
    
}
a:hover{
    font-size: larger;
    color: blue;
}
img{
    width: 100px;
}
h1{
    color: brown;
    font: 700;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
body{
    background:linear-gradient(to right,aqua,white,lawngreen);
}