body {
	max-width: 100%;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	background: #E9E0DB;

}

p {
    white-space: normal;
}

.logo {
	max-width: 100%;
}

.block {
  text-align: center;
  height: 100vh;
  white-space: nowrap;
    box-sizing: border-box;
    padding: 20px;
}
 
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  max-width: 100%;
}

.blue {
	color: #667ab5;
	font-weight: 900;
    font-size: 30px;
    padding-bottom: 10px;
}
.lower {
	text-transform: lowercase;
}