body {
	background: #1f3161;
	background: linear-gradient(135deg, #1a1a1e 0%, #2653c8 100%);
}

.row > div {
	margin-bottom: 2rem;
}

.masthead-brand {
	font-style: italic;
}

.masthead-brand > span {
	color: #2b66ff;
	font-weight: bolder;
}

a.btn-secondary:hover {
	background-color: #2b66ff;
	border-color: #2b66ff;
	color: white;
}