header {
	background-color: #023386;
	border-bottom: 3px solid #ffc72c;
	margin-bottom: .5rem;
}

h1 {
	font-size: 2rem;
	color: #023386;
	text-align: center;
	font-family: "Pathway Gothic One",sans-serif;
}

.card-title {
	color: #023386;
	font-size: 1.5rem;
	font-family: "Pathway Gothic One",sans-serif;
}

input[readonly] {
	pointer-events: none;
}