nav,
footer {
    background-color: #d1d1e0;
}

#about {
    font-style: oblique;
}

#home:hover,
#work-samples:hover,
#resume:hover,
#contact:hover {
    text-decoration: underline;
}

.custom-jumbo {
    background-image: url("med-software.png");
    margin-bottom: 0;
}

.custom-container {
    max-width: 50%;
    border-radius: 10px;
    padding: 1%;
    opacity: 0.9;
}

footer{
    margin-bottom: 0;
    padding: 1%;
    font-family: inherit;
}