@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
* {
  color: white;
  font-family: Inter, sans;
}
html {
  height: 100%;
  width: 100%;
  background-color: black;
}
#one {
  text-align: center;
}
