body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #f8f9fa;
  color: #212529;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  text-align: center;
}

.container {
  max-width: 600px;
  padding: 20px;
}

h1 {
  font-size: 3rem;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

h3 {
  font-weight: 400;
  color: #6c757d;
  line-height: 1.6;
}

.blurb {
  margin: 30px 0;
  font-size: 1.1rem;
}

.location {
  font-weight: 600;
  margin-top: 40px;
  color: #343a40;
}

.contact {
  margin-top: 20px;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 50px;
  font-size: 0.8rem;
  color: #adb5bd;
}

/*# sourceMappingURL=main.css.map */