html
{
	height: 100%;
}

html, body
{
	background-color:#29354b;
	margin: 0px;
	height: 100%;
}

#container
{
	display: flex;
  	align-items: center;
  	justify-content: center;
	height: 100%;
}

#logo
{
	white-space: nowrap;
	color:#E5E5E5;
	font-size:70px;
	font-family: Fira Code, Consolas, Courier New, sans-serif;
}

#domain
{
	color: #4a5c80;
}