/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('href="https://fonts.googleapis.com/css?family=Barlow&display=swap');

body {
  background-color: white;
  font-family: 'Barlow', sans-serif;
  padding: 20px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: 'Abril Fatface', cursive;
  font-size: 50px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 5px 0px 50px 0px;
}

#wrapper{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px;
}

