body {
    text-align: center;
    background-color: #fff;
    color: #f2622e;
    font-family: futura-pt, sans-serif;
    font-weight: 400;    
    font-style: normal;
    padding-top:10%;
}

.formkit-powered-by-convertkit-container {
    display: none !important;
}

.formkit-form[data-uid="a6506353b8"] {
    margin: 0 auto;
}

.content {
    width: 70%;
    margin: 0 auto;
}
.logo {
    font-family: new-spirit, serif;
    font-weight: 700;    
    font-style: normal; 
    margin-bottom: 0px;   
}

.description {
    font-size:1.4rem
}

h1 {
    font-size: 6rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

a {
    color: #bb491f;
}

a:hover {
    color: #f2622e;
}

button {
    margin-top: 1rem !important;
}

@media only screen 
and (max-device-width: 600px)
 { 
     .content {
         width: 90%;
     }

    h1 {
        font-size: 12em;
    }
    h2 {
        font-size: 3em;
    }
    p {
        font-size: 2em
    }
}

.line {
    margin:60px 0;
    height:2px;
    background:
      repeating-linear-gradient(to right,#f2622e 0,#f2622e 5px,transparent 5px,transparent 12px)
      /*5px red then 2px transparent -> repeat this!*/
  }