body {
  margin: 0;
  font-family: 'Yantramanav', sans-serif;
}

.maintenance-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: rgb(244, 247, 250);
  color: #01173b;
}

.maintenance-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.title {
  font-size: 30px;
  font-weight: 700;
}

.description {
  text-align: center;
}

.button {
  cursor: pointer;
  outline: none;
  border: none;
  color: #ffffff;
  background: #01173B none;
  border-radius: 4px;
  padding: 12px 24px;
}
