:root {
	--color-primary: #367cb3;
}

footer {
	background-color: #efefef;
	padding: 6rem 2rem;
	margin-top: 4rem;
}

.post {
	font-size: 2.2rem;
	font-family: Times, "Times New Roman", Georgia, serif;
	max-width: 800px;
}

.post a {
	border-bottom: 1px solid #0e0e0e;
}

.post a:hover {
	border-bottom: 1px solid #8e8e8e;
}

.ml-1 {
	margin-left: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.ml-4 {
	margin-left: 1rem;
}

.mr-1 {
	margin-right: 0.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mr-4 {
	margin-right: 1rem;
}

.mt-1 {
	margin-top: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-8 {
	margin-top: 2rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-8 {
	margin-bottom: 2rem;
}