.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.avg-text {
    text-align: center; /* Center-align the text within the div */
}