/*@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body{
    margin: 0;
    text-align: justify;
    font-family: "Press Start 2P", Arial, Helvetica, sans-serif;
    user-select: none;
}

header{
    margin: 0, auto; /* 0 px en haut mais auto sur les x*/
    /*width: 431px;
}

h1{
    background: url(https://i.ibb.co/Q9yv5Jk/flappy-bird-set.png) 0% 340px;
} */

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
  margin: 0;
  text-align: center;
  font-family: 'Press Start 2P', cursive;
  user-select: none;
}
header {
  margin: 0 auto;
  width: 431px;
}
.score-container {
    display: flex;
    justify-content: space-between;
    padding: 8px 6px;
    background: #5EE270;
}