body {
  background-color: white;
  background-image: url("/images/csse-background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-size: 130%;
  margin-bottom: 100px;
}

.main {
  width: 1000px;
  margin: auto;
}
