body {
	min-height: 100vh;
	font-size: 1.25rem;
}

h1, h2, h3, h4, h5 {
	margin: 1.25rem 0;
}

h1 {
	a {
		color: black;
		text-decoration: none;
	}
}

.forest-bg {
	background: rgb(255,250,246) url("/assets/trees-flower-67eb5b6e.png") no-repeat right bottom;
	background-size: cover;
}

.flower-bg {
	background: rgb(255,250,246) url("/assets/flower-40f2ce5b.png") no-repeat right bottom;
	background-size: cover;
}

.nav-item {
	a {
		font-weight: 500;
	}
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	border-bottom: 4px solid red;
}