h1 {
    font-size: 1.2em;
}

body {
    font-family: "Montserrat", "Arial";
    text-align: center;
    font-size: 1.3em;
    max-width: 320px;
    color: white;
    background-color: rgb(15, 15, 15);
    margin: auto;
}

#letters {
    margin-top: 2em;
    display: inline-block;
    letter-spacing: 1em;
}

button {
    background-color: 047AE5;
    height: 5em;
    font-size: 12pt;
    color: white;
    border-radius: 5px;
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
    font-family: "Montserrat", "Arial";
    max-width: 200px;
    vertical-align:bottom;
    font-size: 16px;
    background: linear-gradient(45deg, #0364be, #2371ba,#0364be, #317cc1);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    animation: rotateGradient 1s linear infinite;
    background-size: 400% 400%;
  }
  
  @keyframes rotateGradient {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }


.letter {
    padding: 1em;
    display: inline-block;
}

input {
    font-size: 2em;
    width: 100%;
    background-color: whitesmoke;
    text-align: center;
    letter-spacing: 0.3em;
    display: none;
    border-radius: 15px;
}

#game {
    display: none;
    margin: auto;
}

#timer {
    margin-top: 1em;
}

.input {
    float: center;
}

#right {

    font-family: 'Courier';
}

#checkAnswer {
    display: none;
    margin: 0 auto;
    height: 3em;
    vertical-align: middle;
    max-width: 150px;
}

#reset {
    display: none;
    text-align: center;
}

iframe {
    border: none;
}

#activeCampaignFormMessage {
    margin-top: 1em;
}

#status {
    display: none;
    margin-top: 1em;
    font-size: 0.8em;
    font-family: "Montserrat", "Arial";
    font-weight: 100;
}

.thin {
    font-family: "Arial", sans-serif;
    font-weight: 100; 
}