body {
	background-color: black;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.about-text {
    margin-top: 40px;
}

.footer-text-muted {
    color: #a1a1a1;
}

.footer-text {
    color: #000000;
}

.muted-link:link {
    color: #a1a1a1;
}

.muted-link:visited {
    color: #a1a1a1;
}

.muted-link:hover {
    color: #610000;
}

.muted-link:active {
    color: #a1a1a1;
}

.post-text {
    font-size: 1rem;
    color: #000000;
}
.comment-text {
    color:  #6c757d;
}

.title-text {
    font-size: 2.5rem;
    color: #000000;
}

.card {
    box-shadow: -5px 5px 15px black;
}

.shadow {
    box-shadow: 0px 2px 10px black;
}

.masthead {
    height: auto;
    padding-bottom: 15px;
    padding-top: 3px;
}

.head-img {
    max-width: 100%;
}

.sub-img {
    max-width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 75px;
}

.med-img {
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}