:root {
  color: #666;
  background: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #fff;
}

.page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 1.5rem;
}

.wordmark,
.contact {
  position: absolute;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 3rem);
  margin: 0;
  text-align: center;
  transform: translate(-50%, -50%);
}

.wordmark {
  top: 39.2%;
  color: #484848;
  font-size: 25px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.25;
  white-space: nowrap;
}

.wordmark-plus {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin-inline: 0.16em;
}

.wordmark-architects {
  margin-left: 0.25em;
}

.contact {
  top: 59.8%;
  color: #484848;
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.2;
}

.contact p {
  margin: 0;
}

@media (max-width: 520px) {
  .page {
    padding: 1.25rem;
  }

  .wordmark,
  .contact {
    max-width: calc(100% - 2.5rem);
  }

  .wordmark {
    top: 39%;
  }

  .contact {
    top: 61%;
  }
}
