body {
  margin: 0;
}

.maintenanceWrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #020015; /* Фоновый цвет как запасной вариант */
  background: -webkit-linear-gradient(229.8deg, #030014 17.02%, #020015 83.12%); /* Для Safari */
  background: -moz-linear-gradient(229.8deg, #030014 17.02%, #020015 83.12%); /* Для старых версий Firefox */
  background: -o-linear-gradient(229.8deg, #030014 17.02%, #020015 83.12%); /* Для старых версий Opera */
  background: -ms-linear-gradient(229.8deg, #030014 17.02%, #020015 83.12%); /* Для старых версий IE */
  background: linear-gradient(229.8deg, #030014 17.02%, #020015 83.12%); /* Стандартный синтаксис */
}

.maintenanceContainer {
  width: 85vw;
  text-align: center;
  padding: 20px;
  background-color: #1c1535;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.maintenanceTitle {
  font-size: 2rem;
  color: #bbbeb1;
}

.maintenanceMessage {
  font-size: 1.2rem;
  color: rgb(202, 202, 202);
  margin-top: 10px;
}

.maintenanceNote {
  font-size: 1rem;
  color: #777;
  margin-top: 20px;
}

.links {
  color: #beff6a !important;
  text-decoration: none !important;
}
