.box {
    min-height: 50px;
    padding: 5px;
    margin: 5px;
    font-weight: 800;
    color: rgb(116, 67, 4);
  }
  
  .copper {
    background: rgb(116, 67, 4);
  }

