* {margin: 0; font-family: Arial, sans-serif;}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.text {
  padding: 5px;
}
@font-face {
  font-family: Ndot-regular;
  src: url(/fonts/ndot.woff2)format("woff2"),url(/fonts/ndot.woff)format("woff");
  font-weight: 55;
  font-style: normal;
  font-display: swap
}