#filter-box {
  width: 100%;
  height: 100px;
  display: flex; 
  justify-content: center;
  align-content: center;
}

#box {
  width: 80%;
  height: 70%;
  border-bottom: 3px white solid;

}
