/*********************************
GENERAL
*********************************/

body {
  font-family: 'Roboto Mono', monospace;
  background-color: #88B200;
}


img {
  max-width: 100%;
}

p {
    color: #47195d;
}

.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 700px;
  height: 300px;
  display: block;
}

/*********************************
HEADING
*********************************/

h1 {
  color: #47195d;
  margin: 15px 0 0;
  font-size: 2em;
  font-weight: normal;
}

h2 {
  color: #47195d;
  font-size: 1.25em;
  margin: 15px 0 0;
  font-weight: normal;
}   

