

body{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url(/3.jpg);
    background-position: fixed;
    background-size: cover;
}

header,footer{
    
    background-color: green;
    width: 100%;
    padding: 5px;
}

a{
    color: brown;
}

a:hover{
    color: red;
}

li{
  
    
    color: white;
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, 0.272);
    text-shadow: 2px 2px black;
    width: 100%;
    padding: 20px;
    
}

li img{
    height: 200px;
}
ul{
    list-style-type: none;
    padding-inline-start: 0px;

}

div{
    height: 500px;
}

section{
    height: 200px;
}

button{
    color: green;
}

#list{
    margin: 20px;
}

.head{
    text-shadow: 2px 2px whitesmoke;
}