* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: #0d0d0d;
  color: #f3efe4;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.page {
  display: grid;
  min-height: 100vh;
  padding: clamp(24px, 5vw, 64px);
  grid-template-rows: 1fr auto;
}

.mark {
  align-self: center;
}

h1 {
  margin: 0;
  font-size: clamp(56px, 16vw, 168px);
  font-weight: 700;
  line-height: 0.88;
}

p {
  margin: 18px 0 0;
  color: rgba(243, 239, 228, 0.72);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.2;
}

.contact {
  width: max-content;
  color: rgba(243, 239, 228, 0.7);
  font-size: 14px;
  line-height: 1.4;
  text-decoration-color: rgba(243, 239, 228, 0.32);
  text-underline-offset: 0.25em;
}

.contact:hover {
  color: #f3efe4;
}
