.text-shadow {
    text-shadow: 1px 1px 2px #000;
}

.scrollbar::-webkit-scrollbar {
    width: 8px;

}

.scrollbar::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 8px;
}