* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: white;
}

h1 {
  margin-top: 3rem;
  color: #00495f;
  text-align: center;
}

body {
  background: #000;
  background-image: url("background_2.png");
  background-size: auto auto;
  background-position: center 0;
  height: 100vh;
  background-repeat: no-repeat;
}
