* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}




body {
    background-color: rgb(117, 214, 246);
}

h1, h2, h3 {
    color:rgb(0, 76, 131);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

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

p {
    line-height: 15pt;
}

footer {
    background-color:rgb(170, 224, 255)
}

p {
    background-color:rgb(156, 223, 251)
}

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

footer {
    color:rgb(25, 112, 205)
}