body {
    background: #9acfea;
}

main {
    font-family: "Times New Roman", serif;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #0a4b3e;
    font-style: italic;
}

h2 { text-transform: uppercase; }

h3 { text-decoration: underline; }

main p {
    border: 1px dotted #008; 
    padding: .5em;
}

b { background: #efe816; }