body {
background-color: #F1F1F1;
}



  .categoryBox {
    background-color: #EADBC8;
  }

  .sectionBox {
    background-color: white;
    margin: 0% 2.5%;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
  }

  .formsBackground {
    background-color: white;
    border-radius: 10px;

  }

  @media (max-width: 768px) {
    .element-to-disable {
        display: none;
    }
}

 