:host {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));

    align-items: center;
}