html {
  font-family: sans-serif;
  background: #0185CC;
}

body {
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 3.4em;
}

.name {
  z-index: 100;
  align-self: center;
  text-align: center;
}

h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.7em;
}