@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400%3b700&display=swap);

* {
  box-sizing: border-box;
}

body {
  margin: 150px 0 0 0;
  background-color: #0a1d33;
  font-family: 'Roboto Mono',monospace;
  color: #ece5ba;
  font-size: 1.3em;
}

h1, h2, p {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: 1.4em;
  margin-top: 40px;
}

input {
  display: block;
  font-family: inherit;
  font-size: inherit;
  margin: 0 auto 40px auto;
  width: 40%;
}

a {
  color: inherit;
}