body {
  background-image: url('images/delmonte-bg-min.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: aliceblue;
}

.custom-header {

}

.main-container {
    margin-top:-15px;
    padding-left:10px;
    padding-right:10px;
}

.bg-blur{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 30px;
    width:100%;
    max-width: 700px;
}
