/*
    CSS for products page
*/
body{
    margin: 0%;
}

.page-wrap {
  background-color: white;
}

.section1{
    display: grid;
  grid-template-areas:'buttons';
  text-align: center;
  background-color: rgb(235, 235, 235);
  }

#filterBtns{
    border: none;
    background-color: rgb(235, 235, 235);
    font-size: 150%;
    text-decoration: none;
    cursor: pointer;
}

.section2{
  display: grid;
  grid-template-areas:'buttons';
  text-align: center;
  }

  #divID{
   font-size: 180%;
    padding-top: 2%;
    color: #FF5C00;
    text-decoration: none;
    margin-left: 40%;
    margin-right: 40%;
  }

  #div3ID{
    font-size: 150%;
    padding-top: 1%;
    text-decoration: none;
    color: black;
    margin-left: 45%;
    margin-right: 45%;
  }

  #div2ID{
    margin-left: 35%;
    margin-right: 35%;
    font-size: 110%;
    padding-bottom: .5%;
  }

  #orangeline{
    padding-top: .1%;
    background-color: #FF5C00;
  }