#pie-charts{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.pie{
    width: 100%;
    padding: 1rem;
}

#summary{
    width: 100%;
    height: 100%;
    padding: 1rem;
}

#summary-container {
    text-align: center;     /* Align text within child elements */
  }
