body {
  text-align: center;
  color: white;
  background: black;
}

h1 {
  font-weight: bold;
}

h2 {
  text-decoration: underline;
}

div {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  color: yellow;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.linethrough {
  text-decoration: line-through;
}
