body{
    background: lightblue
}
h1{
    color: rgb(180, 35, 209);
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
h2{
    color: rgb(180, 35, 209);
    font-family: 'Times New Roman', Times, serif;
}
p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.6;
    margin: 20px;
}