:root{--primaryFont: "Poppins", Arial;--primaryBackgroundColor: "#F7F5F1"}html,body{margin:0;padding:0;height:100%;background-color:#f7f5f1}html ::-webkit-scrollbar,body ::-webkit-scrollbar{width:10px;height:8px}html ::-webkit-scrollbar-track,body ::-webkit-scrollbar-track{background-color:transparent}html ::-webkit-scrollbar-thumb,body ::-webkit-scrollbar-thumb{background:rgba(128,143,163);opacity:1;border-radius:8px}html ::-webkit-scrollbar-corner,body ::-webkit-scrollbar-corner{background:transparent}#root,.App{height:100%;background-color:transparent}input:-webkit-autofill{box-shadow:none;-webkit-box-shadow:0 0 0 50px transparent inset;-webkit-text-fill-color:black}a:link,span.MsoHyperlink{text-decoration:none!important}.flexBox{display:flex;justify-content:space-between;align-items:center}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}
