::-webkit-scrollbar {
    margin-top: 2em;
    width: .5em;
    height: .5em;
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: #a9a9a9;
}

textarea {
    resize: none;
}