body{margin:0}#hero{flex-direction:column;justify-content:center;align-items:center;margin:0;display:flex}#links{text-align:left;color:#fff;flex-direction:column;width:400px;font-size:x-large;display:flex}#links a{color:#fff;border:1px solid #fff;border-radius:5px;margin:10px 0;padding:10px;text-decoration:none}#links a:hover{cursor:pointer;background-color:#1f1f1f}#header{max-width:1200px}.custom-scrollbar::-webkit-scrollbar{width:10px}.custom-scrollbar::-webkit-scrollbar-track{background:#14161b}.custom-scrollbar::-webkit-scrollbar-thumb{background:#2e3137;border:2px solid #14161b;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#3d4148}@supports (scrollbar-color:auto){.custom-scrollbar{scrollbar-color:#2e3137 #14161b;scrollbar-width:thin}}