body {
    margin: 0;
}

*::-webkit-scrollbar {
    width: 11px;
    border-radius: 20px;
    scrollbar-color: red;
}

button {
    border: none;
}