html,body {
  margin: 0;
  padding: 0;
}

body {
  background: #1d2a36;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

#logo-container {
	height: auto;
	margin: 0 auto;
	width: 95%;
	max-width: 800px;
}

#logo-container > img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
