body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 100vh;
  display: grid;
  font-size: 18px;
}

#app {
  align-self: center;
  justify-self: center;
  text-align: center;
  width: 500px;
  padding: 27px 18px;
}

h1 {
  margin: 0;
  padding-bottom: 18px;
  font-size: 18px;
}

input,
button:not(.github) {
  padding: 9px;
  font-size: 18px;
  margin-bottom: 9px;
}

button.github {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background: black;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
}

button.github img {
  height: 25px;
  margin-right: 10px;
}

pre {
  text-align: left;
  background: #f0f0f0;
  padding: 25px;
  border-radius: 10px;
  overflow-x: scroll;
}
