.sgw {
    justify-content: center;
    margin-top: 36px;
}
.sgw .swg-image {
    width:200px;
}
.sgw .light {
    display: none;
}

.theme-light .sgw .light {
    display: flex;
}

.theme-light .sgw .dark {
    display: none
}

@media (prefers-color-scheme: light) {
    .theme-auto .sgw .light {
        display:flex;
    }

    .theme-auto .sgw .dark {
        display: none
    }
}
