You can choose an image for the screen
Side buttons are animated
Use transform scale - it's more reliable for scaling.
When using this component, transform: scale only affects the visual size of the content, not the component’s layout dimensions. As a result, the element appears larger or smaller while its layout footprint remains unchanged. To work around this limitation, wrap the component in a layout container and apply scaling to the inner element. For accurate sizing, the wrapper’s width and height should be multiplied by the same scale value that is applied to the inner component.