html {
	height: 99%;
	width: 99%;
}

body {
	background-color: #172125;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.logo {
	margin: auto;
}
