/* SellAuth - Website Overhaul Notice */
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b0b;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

body * {
  display: none !important;
}

body::before {
  content: "WEBSITE IS RECEIVING A COMPLETE OVERHAUL";
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  max-width: 800px;
  padding: 40px;
}

body::after {
  content: "We are currently rebuilding and refining the website to deliver a more modern, professional, and seamless experience. Please check back soon for the fully revamped site.";
  display: block;
  position: absolute;
  top: calc(50% + 55px);
  max-width: 650px;
  padding: 0 30px;
  color: #a0a0a0;
  font-size: 15px;
  line-height: 1.7;
}/* SellAuth - Website Overhaul Notice */
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b0b;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

body * {
  display: none !important;
}

body::before {
  content: "WEBSITE IS RECEIVING A COMPLETE OVERHAUL";
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  max-width: 800px;
  padding: 40px;
}

body::after {
  content: "We are currently rebuilding and refining the website to deliver a more modern, professional, and seamless experience. Please check back soon for the fully revamped site.";
  display: block;
  position: absolute;
  top: calc(50% + 55px);
  max-width: 650px;
  padding: 0 30px;
  color: #a0a0a0;
  font-size: 15px;
  line-height: 1.7;
}