@import url("https://fonts.googleapis.com/css2?family=Montserrat,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");body,html{max-width:100vw;font-family:Montserrat!important;color:#383838!important}*{scroll-behavior:smooth}body{height:100%;margin:0;padding:0;background:#fff!important}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:#383838;border-radius:20px}.errorFile{background:#d32f2f1a;border:2px solid #d32f2f}.mouse{width:35px;height:55px;border:2px solid #383838;background:#fff;border-radius:25px;position:relative}.scroll{width:2px;height:16px;background:#383838;position:absolute;border-radius:5px;top:10px;left:50%;transform:translateX(-50%);animation:scrollAnim 1.5s infinite}.section_details{transition:.5s}@keyframes scrollAnim{0%{opacity:1;top:10px}50%{opacity:.5;top:20px}to{opacity:0;top:30px}}