html, body {
  background-color: #121212;
  height: 100%;
  width: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.temp {
  color: white;
  width: 100%;
  text-align: center;
}