::selection {
  background-color: #C9D6DF;
  color: #fff;
}
html {
  font-size: 10px;
}
@media (min-width: 300px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 350px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 16px;
  }
}
body {
  margin: 8rem 0 0;
  background-color: #1E2022;
  text-align: center;
  font-size: 0;
}
.anticonstitutionnellement {
  text-decoration: none;
  font-family: 'Libre Barcode 39 Extended Text', cursive;
  font-size: 8rem;
  color: #F0F5F9;
  transition: color .3s ease;
}
.anticonstitutionnellement:hover {
  color: #C9D6DF;
}