body{
    font-family: 'Google Sans', 'Noto Sans SC';
    background-color: var(--mdui-color-background);
    color: var(--mdui-color-on-background);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.drawer-content{
    padding: 30px;
    padding-top: calc(4rem + 10px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.switch-line{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.input{
    width: calc(100vw - 20px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 114;
}

.msg{
    width: 100%;
    padding: 15px;
    white-space: pre-line;
}
.main{
    padding-bottom: calc(4rem + 30px);
    width: 100%;
}