html, body {
	background-color: #1b1e1d;
	font-family: "Bitter", serif;
	margin: 0;
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
}

h1 {
	color: white;
	font-size: 1.85rem;
	font-weight: 600;
	margin-bottom: 15px;
}

h2 {
	color: white;
	font-size: 1.45rem;
	margin-bottom: 15px;
}

h3 {
	color: white;
	font-size: 1.45rem;
	font-weight: 700;
	margin-bottom: 10px;
}


p {
	color: white;
	line-height: 2;
	font-size: 0.85rem;
	font-weight: 400;
}