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

body {
  font-family: 'Mohave', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin: 0;
}

.wrapper {
  border-bottom:1px solid silver;}

 h1 {
  font-size:1.2em;
  font-weight:lighter;
  margin:0 5em;
}
