* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  height: 96dvh;
  width: 100%;
  font-size: 18px;
  font-family: "Satoshi", sans-serif;
  background-color: #E21339;
  position: relative;
  background-image: url("../img/stars.png");
  background-size: cover;
  padding: 70px;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 420px) {
  body {
    background-position: 26%;
    background-color: #E21339;
  }
}
@media (max-width: 420px) {
  body {
    padding: 60px 40px;
  }
}
body .container {
  z-index: 1;
  width: 100%;
  height: 100%;
  font-weight: 200;
  position: relative;
}
body .container .warpper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 420px) {
  body .container .warpper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
body .container .logo {
  width: 230px;
}
@media (max-width: 420px) {
  body .container .logo {
    width: 230px;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  body .container .logo {
    width: 230px;
  }
}
body .container .hero {
  display: flex;
  flex-direction: column;
  justify-items: end;
  align-items: self-start;
  justify-content: end;
  height: 100%;
  padding-bottom: 70px;
}
@media (max-width: 420px) {
  body .container .hero {
    justify-content: center;
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
body .container .hero h1 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  body .container .hero h1 {
    font-size: 25px;
  }
}
@media (max-width: 420px) {
  body .container .hero h1 {
    font-size: 25px;
  }
}
body .container .hero p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 700px;
}
@media (max-width: 420px) {
  body .container .hero p {
    font-size: 15px;
  }
}
body .container .icons {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 30px;
  text-decoration: none;
  height: 24px;
  margin-top: -12px;
}
body .container .icons li {
  list-style: none;
}
body .container .icons li a {
  border: 0px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 300ms;
}
body .container .icons li a img {
  width: 20px;
}
@media (max-width: 420px) {
  body .container .icons li a img {
    width: 20px;
    margin-left: 10px;
  }
}

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