body {
  background-color: #151620;
  color: #6afcfc;
  font-family: "Nunito", sans-serif;
}

h1 {
  font-size: 50px;
}

header {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.more-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
