* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
  background-color: #191919;
  font-family: Open Sans,sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  line-height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  width: 786px;
  max-width: 100vw;
  padding: 1em;
  text-align: center;
}

h1 img {
  width: 100%;
  height: auto;
}

a, a:visited {
  color: #ffc600;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  -ms-transition: color .1s linear;
  transition: color .1s linear;
}
