
body {
  margin: 0;
  font-family: "sans", sans-serif;
  background: #f2f2f2;
  color: #333;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.condensed {
  transform: scaleY(0.35);
  font-size: clamp(20px, 4vw, 40px);
  font-family: "sans", sans-serif;
  letter-spacing: -0.15em;
  line-height: 91%;
  color: #676767;
  display: block;
}

.condensed p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #465c63;
}

a:hover {
  text-decoration: underline;
}

