h1{
    color: white;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 20px;
    font-family: Old English Text MT, serif;
    background-color: darkred;
}

body {
    font-family: 'Times New Roman', serif;
    background-color: #f591b7;
    margin: 20px;
}

h2 {
    color: white;
    font-size: 1.8em;
    margin-bottom: 15px;
    font-family: Old English Text MT, serif;
        background-color: darkred;
}
h3 {
    color: white;
    font-size: 1.5em;
    margin-bottom: 10px;
    font-family: Old English Text MT, serif;
    background-color: darkred;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}