@layer page {
    .icon-group {
        display: flex;
        flex-direction: row;
        gap: 1em;
    }

    .icon-group img {
        width: 4em;
        height: 4em;
    }
}
