.container {
  background-color: #ffffff;
  padding: 30px;
  margin: 20px auto !important;
  max-width: 1200px !important;
  width: 100%;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: block;
}

.container2 {
max-width: unset !important;
}
/* 
.container2 {
  background-color: #ffffff;
  margin: 20px auto !important;
  padding: 40px;
  max-width: 1100px !important;
  width: 100%;
  text-align: justify;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  line-height: 1.7;
  display: block;
} */

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
