.height{
  height: 600px !important;
}
.width{
  width: 100%;
}
.opacity{
  opacity: 0.5;
}
.relative{
  position: relative;
  top: 800px;
}
.z-index{
  z-index: 200;
}
.margin{
  margin: 0 auto;
}
.background{
  background-image: url("allestimenti.jpg");
  background-size: cover;
}

.size{
  width: 50px;
  height: 40px;
}
.w-15{
  width: 70% !important;
}

.w-50 {
  width: 50%
}
.w-70 {
  width: 60%
}
.center {
  justify-content: center !important;
}
