body {

    font-family: Arial;
    background:#f5f5f5;

}

textarea {

    overflow-y: auto;

    scrollbar-width: thin;

    scrollbar-color: #060624 #1f293700;

}



/* Chrome / Edge / Safari */

textarea::-webkit-scrollbar {

    width: 10px;

}



textarea::-webkit-scrollbar-track {

    background: #1f293700;

    border-radius: 10px;

}



textarea::-webkit-scrollbar-thumb {

    background: #8ab99b;

    border-radius: 10px;

}



textarea::-webkit-scrollbar-thumb:hover {

    background: #919994;

}
