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

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.projectBox {
    /* width: 500px; */
    background-color: rgb(56, 56, 56);
    text-align: center;
    margin: auto;
    border-radius: 15px;
    border-style: solid;
    margin-top: 20px;
    color: rgb(200, 200, 200);
}

.projectBox:hover {
    color: white;
}

.projectBox h1 {
    margin-bottom: 10px;
}

.projectBox h2 {
    margin-top: 0px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }