body {
  color: #404040;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link, a:visited {
  color: black;
}

a:active, a:hover {
  color: black;
  text-decoration: underline;
}

.project-header {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px #cccccc dotted;
}

.project-name {
  font-weight: bold;
}

.project-changedate {
  font-weight: bold;
  font-size: x-small;
  text-align: right;
}

.project-body {
  background-color: #ffffff;
  border: none;
  font-size: small;
}

.category-chooser {
  text-align: center;
  font-size: small;
  margin-top: 2em;
  margin-bottom: 2em;
}

.main-header {
  font-size: 64px;
  text-align: center;
}

.sub-header {
  font-size: 24px;
}

.intro {
  text-align: center;
  font-size: small;
}

#footer {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

#donate-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
