body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.container {
    margin: 20px;
}

.settings {
    margin-bottom: 20px;
}

.color-squares {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.color-square {
    width: 400px;
    height: 400px;
    margin: 10px;
    border: 1px solid #000;
    cursor: pointer;
}

.feedback {
    height: 20px;
    margin: 10px;
}

.level-display {
    text-align: right;
    margin: 10px;
}

.feedback-icons {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
}

.correct-answers, .wrong-answers {
    font-size: 24px;
    margin: 5px;
}

.correct-answers {
    color: green;
}

.wrong-answers {
    color: red;
}

.last-colors {
    display: flex;
    justify-content: flex-start;
    margin: 20px;
}

.last-color {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.last-color-square {
    width: 150px;
    height: 150px;
    margin: 10px;
    border: 1px solid #000;
}

.last-color-values {
    text-align: center;
    margin: 10px;
}
