body {
    font-family: arial;
    text-align: center;
    background-image: url(carmichael.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #181818;
    margin: 0;
    padding: 0;
}
.header {
    color: white;
    position: absolute;
    margin: auto;
    left: 0; right: 0;
    top: 60px;
    font-size: 2em;
}
.footer {
    position: absolute;
    margin: auto;
    left: 0; right: 0;
    bottom: 60px;
    font-size: 1.5em;
}
.box {
    width: 650px;
    height: 350px;
    background-color: #181818;
    opacity: 0.9;

    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    margin: auto;
    margin-top: 350px;

    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.content {
    color: #eeeeee;
    margin: 20px 20px 20px 20px;
    text-align: left;
    line-height: 1.5;
    font-size: 1.1em;
}
.nav {
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 1.2em;
}
.navlink {
    margin-right: 16px;
}
a {
    text-decoration: none;
}
a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: #49b129;
}
