* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: #000000;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.5;
  display: grid;
  place-items: center;
}

.container {
  max-width: 920px;
  margin: 0 auto;
  padding: 64px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  display: block;
  width: min(560px, 100%);
  height: auto;
  margin: 0 auto 36px;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
  line-height: 1.45;
}

.services-link {
  color: #000000;
  text-decoration: underline;
}

.services-link:hover {
  opacity: 0.7;
}

.contact-link {
  margin-top: 28px;
  color: #000000;
  text-decoration: underline;
  font-size: 1rem;
}
