.center {
  display: flex;
  justify-content: center;
  margin-top: 10%;
  height: 100vh;
}
h1 {
    font-size: 48pt;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}
.cinder {
  color: gray
}
.cat {
  color: black
}