/* 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: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: rgb(240, 240, 240);
  background-color: black;
}

h1 {
  font-family: "fruitger", sans-serif;
  font-size: 32px;
  color: rgb(247, 0, 0);
  text-align:center;  
}
p{  text-align: left;  }

.gfx{
  display: block;
  margin: 0 auto;
  widtH: 100%;
  max-width: 500px;
}

p, h1{ 
  margin: 0 auto; 
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
}

.links{
  color: #ffffff
}


hr{
  margin-top:50px;
  margin-bottom:50px;
}