#clockLoaderAnimationContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

#clockLoaderAnimationImage {
    width: 100%;
    max-width: 600px;
}

.backgroundTheme {
    overflow: hidden;
    background-color: #FFFFFF;
}