* {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}


body {
    background-color: rgb(159, 189, 214);
}

h1, h2, h3 {
    color:rgb(13, 51, 76);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

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

p {
    line-height: 19pt;
}


p, li {
    color:rgb(41, 90, 130);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}