body{

    background-repeat: no-repeat;
    background-size:cover;
    background-image: url(innebandydavidte2a/img/img_snow_wide.jpg);

}

body>h1{
    margin:auto;
    max-width: 800px;
    size: 4rem;
    background-color:bisque;
    text-align: center;
}

ul{
max-width: 800px;
flex-wrap: wrap;
flex-direction: wrap;
display:flex;
gap: 40px;
background-color: bisque;
margin:auto;

}



ul> li {
    display: block;
background-color: antiquewhite;
padding: 1rem;
animation-fill-mode: forwards;
}
ul>li>a{
padding: 1rem;
color: rgb(3, 56, 58);
text-decoration: none;

}
