body {
    background-color: #1f1f1f;
    font-family: monospace;
    padding: 3px;
    margin: 50px;
    color: #c7c7c7
}

nav {
    position: relative;
    padding: 15px 0px 15px 0px;
    font-style: bold;
    font-size: 15px;
}

.project-photo {
    padding: 10px 30px;
    width: 75%;
}

.topnav-center {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topnav-right {
    float: right;
}

p {
    font-style: normal;
    font-weight: normal;
    padding: 10px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
}

h2 {
    font-weight: bold;
    font-size: 15px;
    text-indent: 0px;
    padding: 5px 0px;
    margin: 0px;
}

a {
    color: #4477bb;
}

