h4{
    font-style: italic;
    color: blueviolet;
}
h1{
    font-style: italic;
    color: blue;
}
p{
    color: darkorange;
    font-size: larger;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}

