* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  display: grid;
  place-content: center;
  height: 100vh;
  background-color: black;
  color: white;
}

h1 {
  text-align: center;
  text-wrap: nowrap;
}
