@font-face {
  font-family: 'Fira Code';
  src: url('FiraCode-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Fira Code", monospace;
  background-color: white;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  text-align: center;
}

h1 {
  font-size: 10vw;
  margin-bottom: 0;
}

strong {
  color: #c4c4c4;
  font-size: 2.5vw;
}

p {
  max-width: 70vw;
  margin-top: 2em;
}