/* 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');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');

body {
  background-color: black;
  font-family: Marriweather,Georgia,Times,Times New Roman,serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  /*font-family: "Merriweather", serif;*/
  font-family: 'EB Garamond', serif;
  font-size: 32px;
}
#Name {
  position:absolute;
  top:50%;
  left:50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

