body {
    background-color: plum;
}

h1 {
    color: black;
    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-left: 20px;
}

h2 {
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-left: 20px;
}
p {
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-weight:lighter;
    margin-left: 30px;
}