        .image-container {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

        #imagePreview {
            width: 170px;
            height: 170px;
            border-radius: 50%;
            display: block;
        }

        .theme-icon-image {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            object-fit: cover;
            vertical-align: middle;
/*			border: 10px solid grey;
			box-shadow: 0 0 0 1px silver; */
			border: 1px solid hsla(0, 0%, 75%, 0.5);
        }
