*{margin:0}*,body{box-sizing:border-box}body{padding:0;margin:0 auto!important;max-width:800px}label{display:block}h1,h2,h3,h4,h5,h6,img,p,span{padding:0;margin:0}a{text-decoration:none}button,input{outline:none;border:none;background-color:inherit}input[type=file]{border:1px solid red;display:none}.Loading{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:row}.Loader{border:5px solid transparent;border-radius:50%}.first{width:80px;height:80px;border-top-color:#93117e;animation:loading 3s linear infinite}.first,.second{display:flex;align-items:center;justify-content:center;flex-direction:row}.second{width:60px;height:60px;border-top-color:#771c7f;animation:loading 2s linear infinite}.third{width:40px;height:40px;border-top-color:#622181;animation:loading 1s linear infinite}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}