body{
    background-color:rgb(245, 158, 172);
    font-size: medium;
    font-family: 'Courier New', Courier, monospace;
}
h1{
    color: blueviolet;
}
h2{
    color: rgb(206, 45, 99);
    font-style: italic;
}
p{
    color: rgb(219, 39, 99);
    font-style: italic;
}