#dataHere {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  
  .product {
    
    padding: 15px;
    border-radius: 8px;
  
  }
  .back{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
  }

  h2{
    font-family: "dm-sans-18pt", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: black;
  }

  p{
    font-family: "dm-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 10px;
    color: black;
  }

  .routine {
    position: absolute; 
    bottom: 70px; 
    right: 30px; 
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 25px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
  }
  
  .routine p {
    margin: 0; 
    font-size: 20px; 
    
  }
  
  

  .product-icon {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    margin: 0;  
    padding: 0;
  }

 .legend{
  position: absolute;
  width: 600px;
  height: 400px;
  margin-left: 20px;
  }