  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: white;
  }

  .mail-button {
    background-color: #6C69EE; 
    color: white;
    border: none;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: larger;
    font-weight: 500;
    border-radius: 8px;
  }

  .credits-footer {
   right: 0;
   bottom: 0;
   color: white;
   text-align: right;
   font-size: small;
   text-decoration: none;
   padding-right: 8px;
 }

 .not-underlined a {
  text-decoration: none;
  color: white;
}

.small-top-padding {
  padding-top: 24px;
}

.small-bottom-padding {
  padding-bottom: 24px;
}

.large-top-padding {
  padding-top: 48px;
}

.x-large-top-padding {
  padding-top: 64px;
}

.large-bottom-padding {
  padding-bottom: 48px;
}