/* 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: #a9a9a9;
  font-family: "helvetica", sans-serif;
  padding: 5px 25px;
  font-size: 16px;
  margin: 0;
  color: whitesmoke;
}

h1 {
  font-family: "Helvetica", sans-serif;
  font-size: 33px;
  color: whitesmoke;
}

h2 {
  font-family: "Helvetica", san-serif;
  font-size: 23px;
  color: #1e73be;
  text-shadow: 0px 2px 2px rgba(191,221,241,0.71); 
}

h1, h2,h3,h4{text-align: left}
#wrapper{
  margin: 0 auto;
  max-width:600px;
  width: 100%;
}

.background{
  background-image: url("astrology-astronomy-background-image-956981.jpg");
  background-repeat: repeat;
  background-repeat: repeat-y; /* for vertical repeat */
  background-repeat: repeat-x; /* for horizontal repeat */
  background-position: center;
  height:auto;
  width: auto;
  color: white;
}

.smallfonts{
  font-size: 8px;
}

