.title{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: bold;
    width: 50%;
    position:relative;
    padding-left: 10%;
    padding-top: 3%;
}


.stat{
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.test-number{
    font-size: 35px;
    font-weight: bold;
}

.correct-number{
    font-size: 35px;
    font-weight: bold;
}
.wpm-number{
    font-size: 35px;
    font-weight: bold;
}
.completion-number{
    font-size: 35px;
    font-weight: bold;
}

.label{
    font-size: 15px;
}




.stats-container {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
  }
  
  .stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  .stat-number,
  .stat-label {
    text-align: center; 
  }
  .stats-bar {
    margin-top:5%;
    width: 100%; 
    height: 2px;
    background-color: black;
  }

  .chart-container {
    width: 250px;
    height: 250px;
    border-radius: 10px;
    border: 2px solid grey;
    background-color: lightgray;
    display: inline-block;
    vertical-align: top;
    margin-top: 5%;
    margin-left: 15%;
    margin-right: -5%;
    align-items: center;
}
.chart-label {
    padding-top: 5%;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .chart-container {
        margin-top: 5%;
        margin-left: 10%;
        margin-right: -5%;
    }
}

@media only screen and (max-width: 950px) {
    .chart-container {
        margin-top: 5%;
        margin-left: 7%;
        margin-right: -5%;
    }
}

@media only screen and (max-width: 840px) {
    .chart-container {
        margin-top: 5%;
        margin-left: 5%;
        margin-right: -4%;
    }
}

@media only screen and (max-width: 780px) {
    .chart-container {
        margin-left: 70%;
    }
}
