@import url("https://fonts.googleapis.com/css2?family=Jura:wght@700&family=Nunito:wght@300&display=swap");
@import url("https://use.typekit.net/yfc1uel.css");

/*font-family: larabiefont, monospace;*/
/*font-family: xenera, sans-serif;*/
/*font-family: 'Jura', sans-serif;
font-family: 'Nunito', sans-serif;*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: white;
}

body {
  background-color: rgb(37, 41, 49);
  max-width: 80vw;
  margin: auto;
  font-family: "Nunito", sans-serif;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: xenera, sans-serif;
  font-size: 4rem;
}

h2 {
  font-size: 2rem;
}

@media screen and (max-width: 712px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
}
