@font-face {
  font-family: "HelveticaLTPro";
  src:
    url("fonts/HelveticaLTPro-Light.woff") format("woff"),
    url("fonts/HelveticaLTPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', Arial, sans-serif;
  display: flex; 
  justify-content: center;
}

h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 40px;
  text-align: center;
}

p {
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper {
  position: relative; 
  width: 980px;
}

.container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.logo {
  position: absolute;
  width: 119px;
  height: 14px;
  left: 0; 
  top: 15px;
}

.subtitle {
  font-size: 24px;
  line-height: 36px;
  color: #990000;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}

.content {
  margin-top: 48px;
  font-size: 18px;
  line-height: '150%';
  color: black;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  font-weight: 300;
  font-family: 'HelveticaLTPro';
}

.first-p {
  margin-bottom: 24px;
}

.link {
  color: black;
  text-decoration: underline;
}

.link:hover {
  opacity: 0.8;
}

@media (min-width: 744px) and (max-width: 1024px) {
  body {
    padding: 0 24px;
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .logo {
    margin-left: 24px;
    width: 136px;
    height: 16px;
  }
}

/* --- Mobile Styles --- */
@media (max-width: 744px) {
  h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 32px;
  }

  .subtitle {
    font-size: 22px;
    line-height: 26px;
    color: #990000;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
  }

  .content {
    font-size: 1rem;
  }

  .first-p {
    margin-bottom: 20px;
  }

  .container {
    padding: 16px 24px 16px 24px;
  }
}
