body {
background-color: #95afc0;
}


h1 {
margin: 2em auto;
color: white;
font-size: 50px;
line-height: 10px;
text-align: center;
letter-spacing: 5px;
font-family: 'Livvic', sans-serif;
text-shadow: #54a0ff 5px 5px;

}

h2 {
  margin-top: 80vw;
  text-align: center;
  margin: 2em auto;
  font-family: 'Livvic', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  color: #222f3e;

}

p {
  text-align: left;
  display: block;
  max-width:750px;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #2f3542;
}

.signature {

  margin-bottom: 2em;
}


footer,
form {
    text-align: center;
    margin: 1em 0
}
button{
    background: black;
    border: none;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    padding: .25em .75em .3em;
    border-radius: .56em;
}
