body {
  margin: 0;
  padding: 0;
  background: #000;
}
* {
  box-sizing: border-box;
}
.maintenance {
  background-color: #fff;
}

.maintenance {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

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

.maintenance_contain {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
}
.maintenance_contain img {
  width: auto;
  max-width: 100%;
}
.pp-infobox-title-prefix {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #434241;
  margin-top: 30px;
  text-align: center;
}

.pp-infobox-title-prefix {
  font-family: "Inter", sans-serif;
}

.pp-infobox-title {
  color: #434241;
  font-family: "Newsreader", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  word-break: break-word;
}

.pp-infobox-description {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6rem;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.pp-infobox-description p {
  margin: 0;
}

.title-text.pp-primary-title {
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Newsreader", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 50px;
  margin-bottom: 0px;
}

.pp-social-icon {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.pp-social-icon a {
  display: inline-block;
  height: 40px;
  width: 40px;
}

.pp-social-icon a i {
  border-radius: 100px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
