
  @font-face {
    font-family: monu;
    src: url(../../TYPO/monument2.otf);
  }

body {
  font-family: monu;
  overflow: hidden;
  width: 100%;
  background: transparent;
}

#status {
  display: flex;
  gap: 30px;
  font-size: 20px;
  line-height: 0.7;
  color: rgb(193, 193, 193);
}


.column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 170px;
  flex-shrink: 0;
}