
.main-container{
  text-align: center;
  padding: 1px 0;
  background-image: url(../images/signature-experience-bg.jpg);
  background-size: cover;

}
.title{
  color: white;
  font-family: cursive;
  margin-top: 30px;
  font-size: 35px;
}

h2{
  font-weight: bold;
  margin-top: 20px;
  color:white;
}
.box{
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: white;
  margin: auto;
  justify-content: center;
}
.boxes{
  background-color: rgba(0, 0, 0, 0.5);
  margin: 20px;
  width: 300px;
  min-height: 200px;
  padding-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
}
.boxes:hover{
  text-decoration: none;
}
hr{
  width: 200px;
  border: 0 none #ffffff;
  border-top: 1px solid #ffffff;
  height: 1px;
  display: block;
  clear: both;
}
p{
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.text{
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}
