.center {
  text-align: center;
}

.banner {
  max-width: 150%; !important
  
}

.quarto-container {
  background-image: linear-gradient(#4f8dca, rgba(255,0,0,0), rgba(255,0,0,0));
  
}

.img-fluid{
  
  max-width: 175%;
   position: relative;
    left: -37.5%;
    margin: auto;
}
