html {
    color: #7aa2c8;
    font-size: 1.5vw;
}

.contact-information-container, .subscription {
    margin: 20vw 10px 0 0;
    padding:0;
    line-height: 1.4em;
}

.contactInfo {
    margin-bottom: 32px;
}

a {
    color: #7aa2c8;
}


input[type=button], input[type=submit], input[type=reset] {
    
    border: solid 1.5px;
    border-radius: 10px;
    color: #7aa2c8;
    background-color: transparent;
    font-size: 1.5vw;
    text-decoration: none;
    cursor: pointer;
  }


  .clear {
      display: inline-block;
      position: relative;
  }

  .subscription {
    position: fixed;
    left: 10;
    bottom: 0;
  }

  @media only screen and (max-width: 768px) {
    .contact-information-container, .subscription {
        margin: 70vw 10px 0 0;
        padding:0;
        line-height: 1.4em;
    }
}


  @media only screen and (max-width : 768px) {
    html {
        font-size: 5vw;
    }

    .contact-information-container {
       width: 100vw;
       line-height: 1.4em;
    }
}