.ctainer.svelte-1ylmnws {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--space-10);
    height: var(--space-10);
    background-color: var(--green-400);
    font-size: var(--text-size-xl);
    color: var(--white);
    border-radius: 50%
}