.main {
  display: flex;
  direction: rtl;
  flex-wrap: nowrap;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-light);
  border: 5px solid var(--bg-dark);
  box-sizing: border-box;
}
