body {
    background-color: rgb(41, 40, 40);
    justify-content: center;
}

h2 {
    color: white;
}

h3 {
    color: white;
}

p {
    color: white;
}

.post-meta {
    color: rgb(106, 100, 100) !important;
}

.post-meta a {
    color: white !important;
}

.btn {
	border-radius: 0px;
    background-color: rgb(121, 185, 121);
}