        body {
            font-family: MS Sans Serif;
            margin: 0 auto;
            padding-top: 10px;
            text-align: center;
            padding-top: 100px;
            background-color: #007d7e;
        }

        #container {
            max-width: 600px;
            max-height: 500px;
            margin: 0 auto;
            border: 3px ridge #7D7D7D;
            padding-bottom: 10px;
            background-color: #c0c0c0;
            box-shadow: 10px 10px #0000005d;
        }

        #image {
            margin-left: 15px;
        }

        .winheader {
            max-width: 600px;
            margin: 0 auto;
            background-color: #063BA4;
            background-image: url(https://i.imgur.com/CKX2NUO.png), linear-gradient(to right, #0c1058, #adcbe1);
            background-repeat: no-repeat;
            background-position: right;
            border-top: 3px ridge #7D7D7D;
            border-right: 3px ridge #7D7D7D;
            border-left: 3px ridge #7D7D7D;
            height: 20px;
            color: white;
            font-family: monospace;
            text-align: left;
        }

        .winCl-wrap {
            border: 1px solid #000;
            display: inline;
            margin-right: 10px;
            padding-top: 1px;
            padding-bottom: 3px;
            background: #cbcbcb;
            text-align: center;
        }

        .winCl-btn {
            border-left: 1px solid #fff;
            border-top: 1px solid #fff;
            border-right: 1px solid #848484;
            border-bottom: 1px solid #848484;
            background-color: transparent;
            padding: 3px 15px 3px 15px;
            font-family: MS Sans Serif;
        }

        .winCl-btn:hover,
        .winCl-btn:focus {
            outline: 0;
        }

        .winCl-btn:active {
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #848484;
            border-top: 1px solid #848484;
            text-align: center;
        }

        #flex {
            display: flex;
        }