.list{
    list-style: none;
    display: flex;
    gap: 20px;
    margin-top: 20;

}
a{
    text-decoration: none;
    color: black;
}
body{
    background-color: gray;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
img{
    width: 100px;;
}
.btn:hover{
    color :red;
    cursor: pointer;
    
}