/* CSS */
body {
    background-color: aqua;
    font-size: 15pt;
    font-family: system-ui;
    font-style: oblique;
}


