body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: Calibri, "Times New Roman", serif;
  text-align: center;
}

.container {
  max-width: 900px;
  padding: 20px;
}

.logo {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 250px; 
  height: auto;
}

h1 {
  font-size: 20pt;
  line-height: 115%;
  color: #215868;   /* teal color */
  margin: 0 0 20px 0;
  font-family: Calibri, "Times New Roman", serif;
}

p {
  font-size: 24pt;
  line-height: 115%;
  color: #000;      /* black for main text */
  margin: 0;
  font-family: Calibri, "Times New Roman", serif;
}

a {
  color: #215868;   /* teal for links */
  text-decoration: none;
  font-family: Calibri, "Times New Roman", serif;
}

a:hover {
  text-decoration: underline;
}
