.form-project, .output{
  background-color: #eee;
}
.form-group label{
  font-weight: bold;
  margin: 15px;
}
/* *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container{
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.content-box{
  flex-basis: 32%;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.ali{
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
}
.single-box img{
  width: 100%;
}
.content-dec{
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  padding: 5px;
  color: #fff;
}
.content-dec h3{
  margin: 0;
}
.content-dec p{
  margin-bottom: 0;
}
.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -100%;
  background-color: rgb(246 0 120 / 82%);
  transition: 1s all ease-in-out;
}

.content-box:hover .overlay{
  top: 0;
} */

