body {
  font-family: system-ui;
  background: #d3d3d3;
  color: black;
  text-align: center;
}
center-text {
  text-align: center;
}
center-both {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}