@import '//fonts.googleapis.com/css?family=Lato:400,400italic|Arvo:700,400,400italic';

body {
    background: white;
    margin: 0;
    padding: 0;
    font: 15px/1.5 "Times New Roman", Times, serif;
    color: #4E443C;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-weight: normal;
  text-rendering: optimizelegibility;
}

h1 {
    color: black;
    font-size: 36px;
    font-weight: bold;
}

h2, h2 a {
    color: black2;
}

h3, h3 a {
  color: black;
}

a {
  color: #0388A6;
}

pre {
  border:1px solid #000;
  overflow-x:auto;
  background: white;
  color: #fff;
  text-shadow: none;
}

.wrapper {
    max-width: 1070px;
    padding: 0 20px 20px 20px;
    margin: auto;
}
