@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins";
  overflow-x: hidden;
}

.underConstruction {
  width: 100%;
  height: 100vh;
  background: rgb(255, 100, 0);
  background: linear-gradient(45deg, rgb(255, 100, 0) 0%, rgb(253, 45, 220) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.underConstruction .logo {
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.underConstruction .spacement {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.underConstruction .container {
  width: 400px;
  height: 550px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  flex-direction: column;
}
.underConstruction .container .text {
  width: 400px;
  font-weight: 600;
}
.underConstruction .container a {
  text-decoration: none;
  background-color: #ff6400;
  width: 150px;
  height: 50px;
  border: none;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  border-radius: 30px;
}
.underConstruction .container a:hover {
  background-color: #ffa500;
}
.underConstruction .construction {
  margin-top: 50px;
  max-width: 850px;
}/*# sourceMappingURL=business.css.map */