body,html{width:100%;height:100%;font-size:16px}.flexbox{width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}.loader{border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #d27c39;width:120px;height:120px;-webkit-animation:2s linear infinite spin;animation:2s linear infinite spin}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background-color:transparent;border-left:1px solid transparent}::-webkit-scrollbar-thumb{background-color:#999}::-webkit-scrollbar-thumb:hover{background-color:#aaa}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}*{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}