main {
  padding-top: 1rem;
  background-color: #222325;
  background-image: url("/images/enter.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 150%;
}

article * {
  color: #F4F4F4;
  text-shadow: -1px -1px 0 #111111, 1px -1px 0 #111111, -1px 1px 0 #111111, 1px 1px 0 #111111;
}
