@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
  margin: 0;
}

html {
  font-family: 'Roboto', sans-serif;
  height: 100%;
}

body {
  overflow: hidden;
  height: inherit;
}

h1 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  position: absolute;
  margin: 0;
  top: 2px;
  left: 6px;

  color: transparent;
  text-shadow: 0 0 4px white;
}

h5 {
	font-weight: normal;
	letter-spacing: 1px;
	position: absolute;
	top: 50px;
	right: 7px;

	color: #aaa;
  opacity: 0.7;
}

p {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 20px;
  color: red;

  border: 2px solid red;
  padding: 10px;
  text-transform: uppercase;
}