html {
    font-family:sans-serif;
}

body {
    text-align: center;
    background: #1d1f21;
    color: #D5D8D7;
}

nav {
    background: #333334;
}

a:hover {
    color: #5F89AC !important;
}

a {
    color: #428bca;
}

.mail{
    color: #35B887 !important;
    font-size: 75%;
    font-family: serif;
}
