.wordle__warnings {
    color: orange;
    margin-top: 10rem;
    font-weight: bold;
    margin-bottom: 5rem;
}

.wordle__warnings ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* optional: aligns list items to the left */
}

.wordle__warnings li {
    list-style: disc;
    margin-bottom: 0.25rem;
    padding-left: 1rem; /* optional: adds indent to bullets */
}
