html,
body {
    height: 100%;
    width: 100%;
    margin: 0%;
    background-color: #f4f4f4;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #CCCCCC;
}
body::-webkit-scrollbar-button {
    border: 1px #ff000000 dashed;
}
body::-webkit-scrollbar-track {
    background: #CCCCCC;
}
body::-webkit-scrollbar-track-piece {
    background: #CCCCCC;
}
body::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 5px;
}
body::-webkit-scrollbar-corner {
    background: #ff000000;
    border-radius: 5px;
}
.form-comment textarea::-webkit-resizer {
    border: 1px #ff000000 dashed;
}
