@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Life+Savers:400,700');

body {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  background: white;
  color: #585858;
  font-family: helvetica;
  font-size: 16px;
}

h1 {
  font-family: 'Life Savers', cursive;
  font-size: 70px;
  font-weight: 700;

}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    color: #f7adbf;
  }

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
}

a {
  text-decoration: none;
  color: #585858;
}

footer {
  font-size: 0.8em;
}

img {
  display: inline-block;
  margin: 0px auto;
  max-width: 100%;
  height: auto;
}
