.maintenance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  border: 2px solid black;
  border-radius: 15px;
}
.maintenance .top {
  text-align: center;
  text-transform: uppercase;
}
.maintenance .top h1 {
  font-size: 4.5rem;
}
.maintenance .top h2 {
  font-size: 3rem;
}
.maintenance .top p {
  color: #e01010;
}
.maintenance .site_button {
  font-size: 1.5rem;
  padding: 40px;
  margin: 20px 0 -45px;
  z-index: 1;
  background-color: #e01010;
  color: #f4d802;
  text-transform: capitalize;
  border: 1px solid black;
  border-radius: 15px;
}
.maintenance .bottom {
  background-color: rgb(61, 61, 61);
  color: white;
  padding: 55px 20px 20px;
  border-radius: 15px;
  margin: 20px;
}/*# sourceMappingURL=maintenance.css.map */