body, html {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #1e2431;
}

.logo {
	font-size: 90px;
	color: #00d2e9;
}
