@font-face {
  font-family: 'Sunday Best';
  src: url('Sunday-Best.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 
span {
  font-family: 'Sunday Best', sans-serif;
  padding-bottom: 75px;
}

div#accueil {
  color: #02071a;
  text-align: center;
  margin: 0 auto;
}
  
div#accueil h1 {
  margin-top: -10px;
}
  
div#accueil img {
  width: 350px;
  margin-bottom: 20px;
} 

li {
  font-size: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: left;
}

img, h1 {
  position: relative;
  top: 500px;
  animation-name: envol;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
  
@keyframes envol {
0% {
  top: 75px;
}

100% {
  top: 20px;
}
}

#bas span, #bas a {
  display: none;
}