#title {
    color:#a52a2a;
}
.headshot {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.head {
    font-style: oblique;
    font-weight: bold;
}

.nav-link:hover {
    color: rgb(12, 12, 199);
    text-decoration: underline;
}

nav div ul li {
    margin-right: 30px;
    font-weight: 700;
}

#end {
    background-color: rgb(219, 237, 247);
    padding: 4%;
    text-align: center;
}

.icons {
    margin-right: 2em;
    position: relative;
    left: 1%;
}
