html, body {
  height: 100%;

  padding: 0;
  margin: 0;
}

body {
  background: #130f2f;
  font-family: "Jost", sans-serif;
  color: #59d57e;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-container img {
  width: 100%;
  max-width: 100%;
  margin-bottom: -6px;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 5em;
}

.text {
  font-size: 3em;
}

a {
  text-decoration: none;
  color: #59d57e;
}

@media (max-height: 960px) {

  h1 {
    font-size: 4em;
  }

  .text {
    font-size: 2em;
  }

}
