body {
    background-color: #c892e9;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
}
h1{
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
h2{
    color: black;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
}
h3{
    color: black;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
}
p {
    color: black;
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 2;
    font-size: 20px;}