
  body {
    font-family: sans-serif;
    margin: 0 auto;
    padding: 0.01%;
    max-width: 600px;
    min-width: 600px;
    background-color: #dfe6e9;
    text-align: center;
  }
header{
  display: flex;
  margin: 0;
  margin-left: 15%;
}
footer{
  position: fixed;
  color: #078570;
  bottom: 0;
  right: 0;
  left: 0;
}

  h4 {
    padding: 0 5%;
    font-weight: 900;
    font-size: 150%;
    text-align: center;
    margin-top: 4rem;
    color: #37b6a1;
    line-height: 1.2;

  }
  h3 {
    padding: 0;
    font-weight: 900;
    font-size: 200%;
    text-align: center;
    margin-top: 4rem;
    color: #078570;
    line-height: 1.2;

  }
  input {
    border: 1px solid rgba(252, 252, 252, 0.4);
    background-color: rgba(252, 252, 252, 0.2);
    width: 250px;
    border-radius: 3px;
    font-family: "Source Sans Pro", sans-serif;
    padding: 10px 15px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: center;
    font-size: 18px;
    color:#078570;
    font-weight: 300;
  }
  button {
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 10px 15px;
    color: #078570;
    border-radius: 3px;
    width: 250px;
    font-size: 18px;
  }

  form {
    padding: 20px 0;
    position: relative;
  }
  a {
    color: #37b6a1;
    text-decoration: none;
  }
  a:hover {
     color:#078570
  }
  .pdata {
    color: #078570;
  }