* {
    --imgWidth: 75px;
}

#a5sys {
    width: var(--imgWidth);
    height: var(--imgWidth);
    transform: scale(1.75);
}

#netflix {
    transform: scale(0.8)
}

#marvel {
    transform: scale(1.8);
}

#longest {
    transform: scale(1.3);
}

#museum {
    transform: scale(1.8) rotate(-90deg);
    margin-top: auto;
    margin-bottom: auto;
}

#zoupper {
    height: var(--imgWidth);
}

#cinema {
    width: var(--imgWidth);
    height: var(--imgWidth);
    transform: scale(1.3);
}