/* 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: #ffffff;
  font-family: "Open Sans", sans-serif;
  
  font-size: 18px;
  margin: 0;
  color: #444;
  background-image: url(Images/background2.jpg);
  background-size: 100%;
  background-position: right;
}

*{
  box-sizing: border-box;
}

.sub1{
  color: #efe2b9;
}
h1 {
  font-family: "Merriweather", serif;
  font-size: 51px;
}

.biglabel{
  color: #e5c1ff;
  font-size: 60px;
  font-weight: bold;
}
.biglabel img{ 
  margin-right: 10px; 
} 
#wrapper{
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}
p {
  color: #ffffff;
}