html, body {
  height: 100%
}

body {
  background-color: #DDDDDD;
  font-family: Lucida Console, Helvetica, sans-serif;
  user-select: none;
  margin: 0px;
}

#wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#wrapper p {
  vertical-align: center;
  text-align: center;
  margin: 0px;
}

#annonce {
  font-size: 80px;
}

#compteur {
  font-size: 200px;
}