body {
    background-color: #181818;
    color: #D6D6D6;
    font-size: 1.5rem;
}
hr {
    border-top: 1px solid #d6d6d6;
}
h1 {
    text-transform: uppercase;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

a:link, a:visited {
     color: #D6D6D6;
    font-weight: bolder;
    text-decoration: underline;
}
a:hover {
    color: #C4C4C4;
    text-decoration: none;
}
.jumbotron{
    background-color: transparent;
    color: #D6D6D6;
    padding: 1rem 0 0;
}
.jumbotron img {
    max-width: 100% !important;
}

footer {
    padding: 2rem 0;
}