body {
  background-color: transparent;
  color: #47555b;
  font-family: courier;
  font-size: 10px;
  letter-spacing: 1.5px;
}

a {
  color: #191724;
  background-color: #47555b;
  text-decoration: none;
}

a:hover {
  color: #23302c;
  background-color: #5c3d4f;
}

a img {
  background-color: transparent !important !important;
  background: none !important;
}

h1 {
  color: #5c3d4f;
  letter-spacing: 10px;
}

h2 {
  color: #806260;
  letter-spacing: 2px;
}

b {
  color: #867987;
}

i {
  color: #687a71;
}

