main {
  overflow:auto;
  width: 100%;
  max-height: 800px;
  scrollbar-color: #24221f #4A4F44;
  margin: 0px;
  padding: 2%;
  font-family: 'Trebuchet MS', sans-serif;
  color: #E7E7E7;
  word-spacing: 5px;
  font-size: 1.1em;
  line-height: 1.2;
  box-sizing: border-box;
}

main img {
  max-width: 100%;
}

main a {
  text-decoration: none;
  color: #39d053;
  font-weight: bold;
  text-shadow: -1px 1px 3px rgba(57,66,121, 0.7),
            1px 1px 3px rgba(57,66,121, 0.7),
            1px -1px 3px rgba(57,66,121, 0.7),
            -1px -1px 3px rgba(57,66,121, 0.7);
}

main a:hover {
  color: #a9caaa;
}
