body {
    font-family: "Times New Roman";
    font-size: 20px;
    margin: 20px;
    background-color: #cdf;
}

p {
    line-height: 21px;
}

h1 {
    border-style: solid;
    background-color: #4682B4;
    font-weight: bold;
    font-size: 1.7em;
    margin-bottom: 7px;
    margin-left: 5em;
    margin-right: 5em;
    padding: 4px;
    text-align: center;
    border-bottom-width: 0.5em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

h2 {
    font-size: 21px;
}
    

