body {

	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #232323;
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #f9f9f9;
}

h1 {
	font-weight: 700;
	font-size: 22px;
}

p {
	font-size: 18px;
}

a {
	color: #00A9B4;;
}

a:hover {
	color: #0098A1;
}

.logo {
	position: absolute;
	float: left;
	z-index: -99;
	padding: 20px;
	font-weight: bold;
	font-size: 28px;
}

.center {
  margin: 0;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {

	h1 {
		font-weight: 700;
		font-size: 14px;
	}   

   .center p {
    font-size: 11px;
    }
}