@import url("netGlobal.css");

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: var(--bg-color);
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", serif;
}
.message {
  text-align: center;
  opacity: 0.3;
}

.message h1 {
  font-size: 7.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.message p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
