* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
    background-color: rgba(241, 195, 255, 0.582);
}
h1,h2 {
    color: rgb(71, 14, 103);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
b {
    color: rgb(87, 25, 123);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
}
mark {
    color: rgb(89, 29, 124); background-color: rgb(217, 181, 250);
}



main, footer {
    width: 50%;
    margin: auto;
}

p {
    line-height: 17pt;
}
footer {
    background-color: ;
}