* {
    box-sizing: border-box;
}



::-webkit-scrollbar {
    width: .65em;
}

::-webkit-scrollbar-track {
    background-color: #00000050;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 2px;
}



