﻿body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 18px;
    color: black;
    background-color: lightblue;
}

#titleNav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    background-color: maroon;
    padding-bottom: 10px;
    color: red;
    text-align: left;
    font-family: serif;
    font-weight: bold;
}

#nav {
    position: fixed;
    top: 0px;
    right: 0px;
    text-align: right;
    font-size: 44px;
    padding-bottom: 8px;
    padding-top: 22px;
}

    #nav a {
        text-decoration: underline;
        color: white;
    }

    #nav div {
        margin-top: 1px;
        float: left;
        font-size: 20px;
        padding: 6px;
        padding-top: 10px;
        height: 13px;
        text-align: center;
        letter-spacing: 1px;
        font-weight: bold;
    }

h1 {
    text-align: left;
    color: red;
}

#nav {
    text-align: center;
    color: mediumpurple;
}

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: maroon;
    color: white;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 8px;
}

h1 {
    text-align: center;
    color: blue;
}

#form {
    text-align: center;
}

h3 {
    background-color: lightgray;
    text-align: center;
    color: darkblue;
    width: 40%;
    margin-left: 30%;
    border-radius: 25px;
    border-color: darkcyan;
    border-style: solid;
    border-width: 10px;
}
}
