@font-face {
  font-family: "Open Sans";
  src: url("https://db.onlinewebfonts.com/t/629a55a7e793da068dc580d184cc0e31.eot");
  src: url("https://db.onlinewebfonts.com/t/629a55a7e793da068dc580d184cc0e31.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/629a55a7e793da068dc580d184cc0e31.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/629a55a7e793da068dc580d184cc0e31.woff") format("woff"), url("https://db.onlinewebfonts.com/t/629a55a7e793da068dc580d184cc0e31.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/629a55a7e793da068dc580d184cc0e31.svg#Open Sans") format("svg");
}
@font-face {
  font-family: "Open Sans Extrabold";
  src: url("https://db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.eot");
  src: url("https://db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.woff") format("woff"), url("https://db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/8bac22ed4fd7c8a30536be18e2984f84.svg#Open Sans Extrabold") format("svg");
}
body {
  font-family: "Open Sans";
  text-align: center;
  margin: 0;
  margin-top: 6rem;
}

h1 {
  font-weight: 900;
  font-size: 52px;
  font-family: "Open Sans Extrabold";
  margin-top: 1rem;
}

p {
  font-size: 20px;
  max-width: 550px;
  margin: 1rem auto 1rem auto;
  line-height: 1.5;
}

a {
  color: #10908e;
  text-decoration: none;
}
a:hover {
  color: #000000;
  background-color: #3dff6e;
}

.social-links {
  padding: 0;
  list-style-type: none;
  margin: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.hero {
  display: block;
  margin: 20px auto 60px auto;
}
.hero a:hover {
  background-color: unset;
}
.hero a:hover img {
  transform: scale(1.1);
}
.hero img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgb(0, 0, 0);
  transition: transform 0.3s ease;
}

iframe {
  margin: 1rem 0;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    color: #e0e0e0;
  }
  a {
    color: #3dff6e;
  }
  a:hover {
    color: #000000;
    background-color: #3dff6e;
  }
}/*# sourceMappingURL=style.css.map */