@font-face { font-family: Spark; src: url('Spark - Bar - Narrow.otf'); } 

body {
    color: #0C1F31;
    background: #fff;
    font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}

a {
    background-color: transparent;
    outline: 0px;
    text-decoration: none;
    color: #000;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.emailButton {
        border-radius: 40px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 600;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        color: black;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        margin-bottom: 20px;
        margin-top: 20px;
}

.emailTip {
    font-size: 12px;
}

.emailTip a {
    color: black;
    font-weight: 600;
}

@media only screen and (min-width: 390px)
{
    body {
        background: lightblue;
    }
}

@media screen and (min-width: 501px) {
    html, body {
        padding: 2em;
        margin:0 auto;
        max-width: 900px;
        min-height: 100%;
    }

    .mainDiv {
        text-align: left;
        max-width: 500px;
        margin: auto;
    }

    div {
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px;
    }

    ul {
        list-style-type: none;
        padding: 0px;
      }
      
      h1 {
          font-size: 40px;
          font-weight: 600;
          margin-bottom: 8px;
          margin-top: 40px;
      }
      
      p {
          font-size: 24px;
          font-weight: 400;
          margin: auto;
          line-height: 35px
      }
      
      a {
          background-color: transparent;
          outline: 0px;
          text-decoration: none;
          color: #000;
      }
      
      footer{ 
          padding: 43px 10px 40px; 
      }
}






