* {
  padding: 0;
  margin: 0;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  color: rgb(255, 255, 255);
}

a {
  cursor: pointer;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

main {
  height: 100vh;
  width: 100%;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../background.jpeg") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
main h1 {
  color: rgb(255, 255, 255);
  font-family: Jost;
  font-size: 40px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 342px;
}
@media (max-width: 374px) {
  main h1 {
    font-size: 30px;
    line-height: normal;
  }
}
main h2 {
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
}

.sd-main__text {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.sd-main__text img {
  margin-bottom: auto;
}

.sd-main__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  width: 100%;
  box-sizing: border-box;
}
.sd-main__links a {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 3px;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.48) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 124.8%;
  text-align: center;
}
.sd-main__links a:not(:last-child) {
  margin-bottom: 5px;
}
.sd-main__links a span {
  background: linear-gradient(165.79deg, rgb(202, 136, 56), rgb(248, 218, 137));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */