@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNI0.ttf) format('truetype');
}
html {
  height: 100%;
  font-family: 'Jost', sans-serif;
  background-color: #251629;
  color: white;
}
.container {
  display: grid;
  height: 100vh;
}
.main {
  place-self: center;
}
.doodle {
  display: table;
}
.doodle .row,
.doodle .col {
  display: table-cell;
}
.doodle .row {
  display: table-row;
}
.doodle .row > div {
  display: table-cell;
}
/* .doodle .row .cell{
    display: table-column;
} */
h1 {
  font-size: 3em;
  font-family: 'Jost', sans-serif;
  font-weight: 900;
  font-style: italic;
}
