@font-face {
    font-family: en;
    src: url(../client/public/fonts/inconsolata.woff);
}

@font-face {
    font-family: sym;
    src: url(../client/public/fonts/symmingliu.woff);
}

@font-face {
    font-family: zh;
    src: local("微軟正黑體"), local("Microsoft JhengHei"), local("Lantinghei TC"), local("MingLiU_HKSCS");
}

@font-face {
    font-family: cubic;
    src: url(/font/Cubic_11_1.010_R.woff);
}

body {
    position: relative;
    background-image: url('/image/leaf.jpg');
    color: #cccccc;
    font-family: en, sym, huninn, zh !important;
    margin: 0;
}

.ui-container {
    max-width: 1000px;
    position: relative;
    min-width: 1000px;
    margin: 0 auto !important;
}

.phone .ui-container {
    max-width: auto;
    min-width: auto;
}

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-image: url('/image/footer.png');
    z-index: -1;
}

.info {
    text-align: center;
}

.info a {
    color: #abcdef;
    text-decoration: underline;
    font-weight: bold;
}

.info a:hover {
    color: #6789ab;
}

.theme-container {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.theme {
    border-radius: 30px;
    width: 100%;
}

.pencil {
    position: absolute;
    background: none;
    outline: none;
    border: none;
    width: 16%;
    height: 35%;
    left: 19%;
    top: 38%;
}

.brush {
    position: absolute;
    background: none;
    outline: none;
    border: none;
    width: 16%;
    height: 35%;
    left: 69%;
    top: 34%;
}
