@charset 'utf-8';

html, body {
  width: 100%;
}

body {
  background: #363f48;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.75em;
	color: #ffffff;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  outline: none;
  pointer-events: auto;
}

section {
	display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100vw;
  height: 100vh;
  font-weight: 300;
}

section .text p {
  color: #b1b6bc;
}

.text h2 {
  margin: 40px 0;
  font-size: 160%;
}
