body {
    background-color: white;
    color: black;
    font: 1.5em Trebuchet, sans-serif;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

footer,
.branding-page__footer .footer--link:focus {
    text-decoration-color: -moz-use-text-color;
    text-decoration-style: solid;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

a:link {
    color: grey;
}

a:visited {
    color: grey;
}

h2 {
    position: block;
    margin: 0 auto;
    padding: 10pt;
    align-content: center;
}

span {
    vertical-align: middle;
    align-content: center;
}

#content {
    position: block;
    margin: 0 auto;
    padding-bottom: 200pt;
    width: 800px;
}

.project {
    position: block;
    align-items: center;
    margin: 10pt;
    margin-top: 20pt;
    height: 200pt;
}

.projectimg {
    width: 200pt;
    height: 200pt;
    float: left;
    margin-right: 10pt;
}

#dvAboutText {
    position: block;
    margin: 0 auto;
}