body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}

p, span {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

h1 {
  font-size: 2.8rem;
  line-height: 1.08;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: pretty;
}

.landing-page-container {
  height: 100vh;
  height: 100svh;
  padding: 2rem;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}
.landing-page-container .image-welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
}
.landing-page-container .image-welcome img {
  margin-right: 4rem;
}
.landing-page-container .heading-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50vw;
  gap: 1.5rem;
}
.landing-page-container .heading-links-container h1 {
  width: 100%;
  text-align: center;
  max-width: 350px;
  color: #102973;
}
.landing-page-container .heading-links-container .links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.landing-page-container .heading-links-container .links .link-button {
  all: unset;
  background-color: white;
  color: #102973;
  border: 1px solid #102973;
  border-radius: 0.5rem;
  padding: 0.5rem;
  min-width: 14rem;
  align-items: center;
  text-align: center;
}
.landing-page-container .heading-links-container .links .link-button:hover {
  cursor: pointer;
  background-color: #102973;
  color: white;
  border: 1px solid #102973;
}
.landing-page-container .heading-links-container .social-media-links {
  display: flex;
  gap: 1rem;
}
.landing-page-container .heading-links-container .social-media-links a {
  color: #102973;
  font-size: 1.25em;
  text-decoration: none;
}
@media (max-width: 820px) {
  .landing-page-container {
    flex-direction: column-reverse;
  }
  .landing-page-container .heading-links-container {
    width: 100%;
  }
  .landing-page-container .heading-links-container h1 {
    font-size: 2.2rem;
    overflow-wrap: normal;
    max-width: 100%;
  }
  .landing-page-container .image-welcome img {
    margin: 1rem 0;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

#root, #__next {
  isolation: isolate;
}

body {
  min-height: 100vh;
  padding: 0;
  background-color: white;
}

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