* {
	font-family: 'Cutive Mono', serif;
	font-weight: bold !important;
	/* font-family: 'Noto Sans', sans-serif; */
}

body {
	background-color: #272b2f;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, label {
	font-family: 'Cutive Mono', serif;
	font-weight: bold;
	color: white;
}

h5.form-header {
	border-bottom: 1px solid #ccc;
}

.main-body {
	padding-top: 3rem;
}

#v-pills-tabContent {
	border-left: 1px solid #ccc;
}

.fab {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.fab>i {
	font-size: 2.3rem;
	line-height: unset;
}

.btn {
	cursor: pointer;
}

.pill-col {
	position: fixed;
}