body {
	font-family: 'Barlow Semi Condensed', sans-serif;
	background-color: #dde1e3;
	height: 100%;
}
html {
	height: 100%;
}
.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	align: center;
}

.info {
	padding: 20px;
	text-align: center;
	font-size: 16px;
}

.logo-container {
	position: relative;
	width: 600px;
	height: 250px;
}

.logo {
	position: absolute;
	top: 110px;
	left: 0px;
	display: none;
}

.logo-dot {
	position: absolute;
	top: 190px;
	left: 360px;
	display: none;
}

.logo-1 {
	position: absolute;
	top: 0px;
	left: 285px;
	display: none;
}

.logo-2 {
	position: absolute;
	top: 40px;
	left: 285px;
	display: none;
}

.logo-3 {
	position: absolute;
	top: 80px;
	left: 285px;
	display: none;
}

