body {
  background-color: black;
}

h1 {
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h2 {
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
}

h3 {
    color: white;
    font-family: serif;
}

p {
    color: white;
    font-family: serif;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 150%;
}

