body {
  background: var(--purple, #210040);
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 248px);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 124px 24px;
}

@media (max-width: 768px) {
  .container {
    font-size: 14px;
  }
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.content-text {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.logo {
  width: 132px;
}

.sorry {
  width: 180px;
}

.maintenance-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 568px;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  background: #3e0078;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  text-align: center;
}

.contact {
  display: flex;
  flex-flow: column;
  text-align: center;
}
