.container{
    display: flex;
}

.main-frame{
    margin: 1em;
}

.preview{
    margin-left: 1em;
}

.config{
    width: 200px;
}

.input{
    margin-top: 1em;
}

#input-area{
    width: 100%;
    height: 500px;
}

/* フッタのスタイル */
.layout-footer{
    text-align: center;
    background-color:#eee;
}

.button-xsmall {
    font-size: 70%;
}