﻿div.titles {
    border: solid 1px teal;
    color: teal;
    border-radius: 1em;
    padding: 0.5em;
    margin: 1em auto;
}

    div.titles img.logo {
        margin: 2px 50px 2px 25px;
    }

    div.titles h1 {
        display: inline-block;
        font-family: verdana;
    }

p.footer {
    font-size: small;
    text-align: center;
}

h2.section {
    margin-top: 1.5em;
}

.spacetop {
    margin-top: 1.3em;
}

