a {
  color: #44403e;
  text-decoration: none;
}

a:hover {
  color: #5e5755;
  text-decoration: none;
}

body {
  background: #FFFFFF;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
}

img {
  margin-top: 50px;
}

div.root { 
  width: 550px;
  height: 504px;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #dadada;
}

div.text { 
  margin-top: 8%;
  padding-bottom: 8%;
}


.content a {
  color: #6978b7;
  font-weight: bold;
  text-decoration: none;
}

span {
    cursor: pointer;
}