html,
body {
  margin: 0;
}

html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 100%;
}

body {
  overflow: hidden;
  height: inherit;
  background-color: black;
}

h1,
.time-para,
.score-para {
  position: absolute;
  margin: 0;
  right: 10px;
}

h1 {
  font-size: 2rem;
  letter-spacing: -1px;
  color: transparent;
  text-shadow: 0 0 4px white;
}

p {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.65);
}

.time-para {
  top: 50px;
}

.score-para {
  top: 70px;
}
