   
* {
    font-family: 'Lora', serif;
}

body {
    position: relative;
    margin: 0;
    font-size: 18px;
    transition: .3s;
}

.yin {
    background-color: #2d2d2d;
    color: #fff;
}

.yang {
    background-color: #fff;
    color: #111;
}

.text-l #textarea {
    font-size: 22px;
}

audio#sound {
    width: 0;
    bottom: -1000px;
    opacity: 0;
}

#textarea {
    display: table;
    width: 700px;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    color: unset;
    background: unset;
    font-size: unset;
}

#textarea:focus {
    outline: none;
}

.ui {
    position: fixed;
    left: 0;
    z-index: 1;
}

.ui img {
    display: block;
    width: 28px;
    height: auto;
    margin: 20px 10px;
    cursor: pointer;
}

.texting {
    margin-top: 45px;
}

#count {
    position: fixed;
    bottom: 20px;
    left: 10px;
}

.yin #count {
    opacity: 0.05;
}

.yang #count {
    opacity: 0.3;
}

@media print {
    .ui,
    #count {
        display: none;
    }
}