.icons {
    /* max-width: 100px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.icons.multipleIcons {
    justify-content: space-evenly;
}
