* {
  box-sizing: border-box;
}

body { 
  text-align: center;
	background: #cc0000;
  color:#fff; 
  font-family: 'Roboto', Helvetica, Arial, sans-serif; 
  margin: 0; 
}

.wrapper {
  text-align: center;
  white-space: nowrap;
}

.wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.message {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  width: 100%;
}

h1 { 
	font-size:80px;
  font-size: 7.78vw;
	font-weight:bold;
	line-height:1em; 
	margin:0 0 10px;
  margin: 0 0 .97vw;
	text-transform:uppercase;
}

h2 { 
  font-size:60px;
  font-size: 5.84vw;
  font-weight:bold;
  line-height:1em; 
  margin:0 0 10px;
  margin: 0 0 .97vw;
  text-transform:uppercase;
}

p { 
  font-size:48px;
  font-size: 4.67vw; 
  font-weight:normal; 
  line-height:50px; 
  line-height: 4.86vw;
  margin:0 0 10px;
  margin: 0 0 .97vw;
}