#DateUhr {margin-right:-515px;margin-top:1px;}
        .clock_container {
            display: flex;
            font-size: 2em;
        }
        .clock_clock, .Date_clock {
            display: flex;
            align-items: center;
            margin-right: 20px;
        }
        .divider {
            display: flex;
            align-items: center;
            margin-right: 20px;
        }
        img {
            margin: 0 4px;
        }
        .clock_img_size {
            height:70px;
        }
        .Date_clock {
            font-size: 1em;
        }
        .folder-select {
            margin-bottom: 20px;
        }
        .folder-button {
            background-color: transparent;
            color: #fff;
            padding: 10px 15px;
            font-size: 16px;
            border: none;
            cursor: pointer;
            margin-right: 5px;
        }
        .folder-button:hover {
            background-color: #00000075;color: #ff0;
        }