/*
Design goals:
Better background color
Center heading
Put the neocities image in the bottom left
*/


body {
  background-color: black;
  color: white;
  font-family: Verdana;
}

.bottom-image {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px;
  padding-right: 100%;
  height: 50px;
  background: black;
}











