body {
    background-image: none;
    color: #222;
}

a {
    color: rgb(255, 117, 3) !important;
}

a:hover {
    color: rgba(255, 117, 3, .5) !important;
}

.intro-text {
    color: #333;
    text-shadow: none !important;
}

.container {
    margin-top: 3rem;
}

dd {
    margin-left: 40px !important;
}