.Stats-tittle {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  background-color: #f2d682;
  border: 1px solid #60a5c8;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.Stats-tittle p {
  font-size: 24px;
  line-height: 1.6;
  color: #19161d;
}




.Stats-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #a4c6d7;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.Stats-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

.pie-legend {
  list-style: inside;
  margin: 0;
  padding: 0;
}

  .pie-legend span {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 100%;
      margin-right: 16px;
      margin-bottom: -2px;
  }

  .pie-legend li {
      margin-bottom: 10px;
      display: block;
      margin-right: 10px;
  }

html {
  font-family: 'Codystar', cursive;
font-family: 'Victor Mono', monospace;
}

.img {
  width: 200px;
  height: 200px;
}
.chartcontainer {
    font-size: 20px;
    background-color: rgba(255, 255, 255, 50);
    max-width: 600px;
    min-width: 200px;
    width: 100%;

}

.chartland {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-around;
  row-gap: 30px;
  column-gap: 30px;
}