body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Roboto', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#maintenance {
  background-image: url('/assets/img/bg-desktop.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 100vh;
  margin: 0;
}

.container {
  padding: 72px 64px;
  min-height: 100vh;
  box-sizing: border-box;
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header {
  justify-content: space-between;
  }
}

.header h1 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.medium {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  color: #fff;
  text-align: center;
  margin-top: max(calc(50vh - 280px), 100px);
}

.medium p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}