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

body {
  width: 100%;
  height: 100vh;
  background-color: black;
}

#logo {
  position: absolute;
  top: 50%;
  left: 50%;
}
#logo #logo-text {
  font-kerning: normal;
  color: white;
  transform: translate(-50%, -50%);
  font-style: italic;
}
#logo #logo-text-message {
  font-kerning: normal;
  color: white;
  transform: translate(-50%, -50%);
  font-style: italic;
}

/*# sourceMappingURL=main.css.map */
