/* Ingrandisce il logo centrale della welcome screen */
#welcome-screen img.logo {
    width: 700px !important;
    max-width: 75vw !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    margin-bottom: 24px !important;
}