/* SentenceCutter */
#sentence-cutter .text-buttons {
    margin: 10px 0;
    width: 500px;
    /* height: 100px; */
    border-radius: 20px;
    border: 2px dashed black;
    padding: 10px;
}

#sentence-cutter span {
    margin:10px;
    /* color: blue; */
    font-family: 'poppins';
}

#sentence-cutter .text-buttons a {
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 400;
}

#sentence-cutter .text-buttons a:hover {
    color:white;
    background-color: gray;
    cursor: pointer;
}

#sentence-cutter .text-buttons a.c-d69824 {
    color:white;
    background-color: #d69824;
}

#sentence-cutter .text-buttons a.c-d64224 {
    color:white;
    background-color: #d64224;
}

#sentence-cutter .text-buttons a.c-0c249c {
    color:white;
    background-color: #0c249c;
}

#sentence-cutter .text-buttons a.c-a31297 {
    color:white;
    background-color: #a31297;
}

#sentence-cutter .text-buttons a.c-0c7f9c {
    color:white;
    background-color: #0c7f9c;
}

#sentence-cutter .text-buttons a.c-5b12a3 {
    color:white;
    background-color: #5b12a3;
}

#sentence-cutter .text-buttons a.c-339c0c {
    color:white;
    background-color: #339c0c;
}

#sentence-cutter .footer button {
    width:120px; 
    margin:10px 10px 10px 0px;
}