body {
	background: #001b51;
	font-family: 'Raleway', sans-serif;
}

.btn {
	--bs-btn-font-size: 1.25rem;
}

.list-group-item {
	color:#fff;
}

[data-bs-theme=light] {
	--bs-link-hover-color: #4bafd4;
}

.nav-link {
	font-size: 2rem;
}

.offcanvas-body {
	background: #001b51;
	font-size: 1.25rem;
}

.list-unstyled {
	font-size: 2rem;
}

.my-4 {
	border-radius: 5px;
	background: #fff;	
}

.ms-2 {
	border-radius: 5px;
	background: #fff;	
}

.fasets {
	border-radius: 5px;
	background: #fff;
}

label {
	max-width: 200px;
	word-wrap: break-word;
}