body {
  margin: 0;
  padding: 0;
  background-color: #150d26;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: "Gill Sans", sans-serif;
}

.center-container {
  text-align: center;
}

.centered-svg {
  width: 192px;
  height: 192px;
  margin: 0 auto 20px auto;
  background: url("../img/ggfs-logo-full.jpg") no-repeat center;
  background-size: contain;
  background-color: transparent;
}

h2, h4, p {
  color: white;
  margin: 10px 0;
}

h2 {
  color: #ffffff;
  margin: -10px 0;
}

h4 {
  color: #9f8cff;
}

a.contact-email {
  color: white;
  text-decoration: none;
}

a.contact-email:hover {
  text-decoration: underline;
}
