body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Oswald";
}
#dashedDemo {
  font-family: "Oswald";
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
}

#buttonWrap {
  height: 110px;
  width: 100%;
  text-align: center;
  background: #262626;
  padding: 20px;
  color: white;
  position: absolute;
  left: 50%;
  bottom: 0;
}

button {
  padding: 6px;
  cursor: pointer;
}

h3 {
  line-height: 1.5;
  margin: 5px 0;
}
