#snackbar{visibility:hidden;min-width:210px;background-color:#fff;color:#000;text-align:center;border-radius:6px;padding:7px 10px;z-index:1;left:50%;bottom:50px;font-weight:300;font-size:.9rem;position:fixed;transform:translate(-50%,10px);z-index:100000000;transform-origin:bottom}#snackbar.show-snack{visibility:visible;-webkit-animation:fadeinc .5s,fadeoutc .5s 2.5s;animation:fadeinc .5s,fadeoutc .5s 2.5s}@-webkit-keyframes fadeinc{0%{bottom:0;opacity:0}to{bottom:50px;opacity:1}}@keyframes fadeinc{0%{bottom:0;opacity:0}to{bottom:50px;opacity:1}}@-webkit-keyframes fadeoutc{0%{bottom:50px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeoutc{0%{bottom:50px;opacity:1}to{bottom:0;opacity:0}}body,html{margin:0;padding:0;width:100%;height:100%;background-color:#f0f0f2;font-family:Roboto,sans-serif;font-weight:300;overflow-x:hidden}body,html{background-repeat:no-repeat;background-size:cover}body{background-image:url(bg-youtube.52bf334cb9e1da2d5340.webp)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#f2f2f2;border-radius:20px}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#ca0000}