body {
	background-color: #eaeaff;
}

.header {
	border-bottom: 3px solid blue;
}

.footer {
	border-top: 2px solid blue;
}

.bg-header, .bg-footer {
	background-color: #f9fcff !important;
}

a.bg-custom:hover, a.bg-custom:focus, button.bg-custom:hover, button.bg-custom:focus {
	background-color: #f9fcff !important;
}

.header_char {
	text-shadow: 1px 1px 0 blue, -1px 1px 0 blue, 1px -1px 0 blue, -1px -1px 0 blue;
}

.form-control:focus, .btn:focus, .btn.focus, .custom-select:focus {
	border-color: blue;
	box-shadow: 0 0 0 0.1rem rgba(0, 0, 255, 0.25);
}