body{
    background-color: lightpink;
    font-family:'Times New Roman', Times, serif;
}
h1{
    color: rgb(138, 36, 48);
    text-align: center;
    font-family: Old english text mt, serif;
    font-style: italic;
    font-size: 30pt;
    background-color: rgb(238, 130, 155);
}
h2{
    color: rgb(95, 19, 27);
    font-family: Old english text mt, serif;
    font-style: italic;
    font-size: 20pt;
    background-color: paleturquoise;
}
h3{
    color: rgb(71, 16, 21);
    font-family: Old english text mt, serif;
    font-style: italic;
    font-size: 15pt;
    background-color: rgb(189, 175, 238);
}