*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #eee;
}

h1 {
  color: #fff;
  font-size: 300%;
  font-family: 'Righteous';
  display: table;
  height: auto;
  position: absolute;
  margin: auto;
  padding: 2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
h3 {
  color: #fff;
  font-size: 900%;
  font-family: 'Righteous';
  display: table;
  height: auto;
  position: absolute;
  margin: auto;
  padding: 2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}