html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.bg-color {
	background-color: #F9F3E8;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.logo {
	margin-bottom: 8px;
}

.info {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	text-decoration: none;
	color: #414042;
}