body { background-color: #ffffff; }
h1 {
    text-align:center;
    padding-top:15px;
}
h2 {
    display: block;
    margin-top: 100px;
    color: #696969;
}
.header {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.project {
    text-align: center;
}
a {
    color: #494949;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}