* {
  font-family: sans-serif;
}

body {
  background-color: #fff !important;
}

h1 {
  color: #000 !important;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
