@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;600&family=Poppins:wght@300;400;700;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  max-width: 100svw;
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  background-color: #162836;
  color: #cf7650;
  font-family: "Domine", serif;
  height: 100svh;
  width: 100svw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body {
  margin: 4rem;
  color: #cf7650;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo img {
  height: 35rem;
  margin: 2rem 0;
}

.contact {
  font-size: 1rem;
  letter-spacing: normal;
  margin: 1rem 0;
  text-transform: none;
}

.contact a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .body img {
    height: 23rem;
  }

  .subtext {
    font-size: 1.3rem;
    letter-spacing: 0.8rem;
  }

  .contact {
    font-size: 1rem;
    letter-spacing: normal;
    margin: 1rem 0;
    text-transform: none;
  }
}
