body {
	background-color: #f8f9fa;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.header {
	background-color: rgb(255, 255, 255) !important;
}

.footer {
	background-color: rgb(255, 255, 255) !important;
}

.brand {
	background-color: rgb(255, 255, 255);
	align-items: center;
	justify-content: center;
}

.info_icon {
	color: #007bff;
	margin-right: 5px;
}

.brand > .name {
	font-size: 2em;
}

.center_page {
	padding: 25px;
	border-radius: 5px;
}

@media (max-width: 500px) {
	.center_page {
		padding: 2px;
	}
}
@media (max-width: 768px) {
	div.form div h1 {
		background-color: transparent !important;
	}
}

div.description {
	display: flex;
	flex-direction: row;
	justify-items: stretch;
	justify-content: space-around;
}

@media (max-width: 500px) {
	div.description {
		flex-direction: column-reverse;
	}
	div.content {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
}
