body {
    margin: 0px;;
    background-color: #2d444a;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: white;
}

@media (min-width: 600px) {
    img#title {
        background-position: center;
        background-color: #000000;
        height: 100px;
    }
    #titlediv {
        background-color: #000000;
        display: flex;
        justify-content: center;
    }
    .header {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    background-color: #007e9e;
    color: white;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 2px 6px;
    text-align: center;
    font-weight: bold;
    cursor: default;
    }
}

@media (min-width: 1024px) {
    img#title {
        background-position: center;
        background-color: #000000;
        height: fit-content;
    }
    #titlediv {
        background-color: #000000;
        display: flex;
        justify-content: center;
    }
    .header {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    background-color: #007e9e;
    color: white;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 2px 6px;
    text-align: center;
    font-weight: bold;
    cursor: default;
    }
}

.container {
    background-color:#bbbbbb;
    min-width: 940px;
    max-width: 940px;
    display: table;
    justify-content: center;
    margin: auto;
    border: solid;
    border-width: 1px;
    padding: 0px 0px;
}

.contBar {
    display: block;
}

h3 {
    margin: 0px;
    padding-left: 5px;
}

p {
    font-size: small;
    padding: 0px 7px;
}

li {
    font-size: small;
    max-width: 650px;
}
