/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: rgba(103, 224, 80, 0.87);
  font-family: Arial, sans-serif;
  font-size: 18px;
  margin: 25px;
  color: #000000;
}

h1, {
  font-family: "Times New Roman", serif;
  font-size: 32px;
}


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