.d-flex {
	display: flex;
}

.border-1 {
	border: solid 1px var(--fg-dark);
}

.p-1 {
	padding: 1.5rem;
}

.radius-1 {
	border-radius: 3px;
}

.m-auto {
	margin: auto;
}

.mt-0 {
	margin-top: 0px;
}

.mt-5 {
	margin-top: 5rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

.mt-6 {
	margin-top: 6.5rem;
}

.mb-6 {
	margin-bottom: 6.5rem;
}

.m-0 {
	margin: 0px;
}

.txt-normal {
	color: var(--fg);
	text-decoration: none;
}

.flex-col {
	flex-direction: column;
}

.center {
	text-align: center
}

.key {
	border: solid 1px var(--bg-lightest);
	border-radius: 4px;
	padding: 4px 8px;
	margin: 0px 5px;
}

.h-100 {
	height: 100%;
}

.dark-text {
	color: #9b9b9b;
}
