/*@font-face {
font-family: zcool-gdh; 
src: url('./zcool-gdh.ttf'); 
} 
 */

details summary::-webkit-details-marker {
    display: none;
}

@media screen and (min-width: 560px) {
    #main {
        width: 50% !important;
    }

    footer {
        width: 50% !important;
    }

    #other {
        display: block !important;
    }
}

#other {
    display: none;
}

.mainBtn {
    height: 56px;
    width: 80%;
    margin-top: 32px;
}

.btn {
    background: black;
    color: white;
    border: none;
    outline: none;
    height: 56px;
}

#main {
    background-color: #eee;
    padding: 0;
    margin: 0;
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#preview {
    /* outline: 1px solid  rgb(112, 35, 255);*/
    /* width: 50%; */
    /* min-width: 480px; */
    display: flex;
    justify-content: center;
    /*height: 180px;*/
    align-items: center;
    margin: 24px;
}

#edit {
    background: #eee;
    color: rgb(32, 32, 32);
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#edit label {

    font-size: 12px;

    display: block;
}

#preview canvas, img {
    /*width: 100%;*/
}

#word {
    height: 66px;
    width: 80%;
    padding-left: 5%;
    margin-left: 5%;
    border-radius: 4px;
    font-size: 18px;

    /* padding: 8px; */
    border: none;
}

input[type="text"] {
    height: 32px;
    width: 198px;
    border-radius: 4px;
    font-size: 18px;

    padding: 8px;
    border: none;
}

input[type="range"] {
    height: 32px;
    width: 198px;
    border-radius: 4px;
    font-size: 18px;

    padding: 8px;
    border: none;
}

.radioGroup {
    width: 198px;
    display: flex;
    justify-content: space-around;
}

.shadow {

    box-shadow: 1px 10px 16px 2px rgba(0, 0, 0, 0.4);
}

.title {

    font-size: 18px;

    margin-bottom: 14px;
    margin-top: 32px;
    border-left: 8px solid rgb(112, 35, 255);
    padding-left: 18px;
}

.option {
    width: 210px;
}

.rowDisplay {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


