* {
    scrollbar-width: thin;
    scrollbar-color: #2196F3 #f0f0f0;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #f0f0f0;
}

*::-webkit-scrollbar-thumb {
    background: #2196F3;
    border-radius: 5px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #1976D2;
}

.back {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
}

body {
    margin: 0;
    padding: 0px;
    padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
}
