body {
    background-color: black;
}

h1 {
    color: lightcoral;
    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-left: 20px;
}

h2 {
    color: lightcoral;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-left: 20px;
}
p {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight:lighter;
    margin-left: 30px;
}
ul {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 35px;
}
li {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 35px;
}
blockquote {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 35px;
}
figcaption {
    color: gray;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 0px;
}