@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,400&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 1.00)
}
.bg {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(44, 48, 47, 1.00);
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.wrapper-underconstruction {
  text-align: center;
}
.wrapper-underconstruction .logo-chef4u{
  text-align: center;
  padding-bottom: 70px;
}
.wrapper-underconstruction .logo-chef4u h1 img {
  width: 400px;
  height: auto;
}

.wrapper-underconstruction .info-contact {
  font-size: 24px;
  line-height: 44px;
  font-weight: 300;
}
.wrapper-underconstruction .info-contact a {
  color: rgba(255, 255, 255, 1.00);

  text-decoration: none;
}
.wrapper-underconstruction .info-contact a:hover {
  color: rgba(229, 184, 57, 1.00);
  text-decoration: none;
}


@media(max-width:1200px) {}
@media(max-width:991px) {}
@media(max-width:767px) {
  .wrapper-underconstruction .info-contact {
    font-size: 24px;
    line-height: 34px;
  }
	
	
}
@media(max-width:550px) {

  .wrapper-underconstruction .logo-chef4u h1 img {
    width: 325px;
    height: auto;
  }

}