.header {
    text-align: center;
    font-family: 'Cambria Math', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    text-decoration: none;
}

.name {
    text-align: left;
    font-size:300%;
}

.name a {
    color: #f2f2f2;
    text-align: left;
    text-decoration: none;
}

.name a:visited {
    text-decoration: none;
}

.site-links {
    background-color: black;
    display: flex;
    justify-content: center;
}

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

.site-links a:hover {
    background-color: #f2f2f2;
    color: black;
}
