body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.App{margin-top:var(--nav-height);min-height:calc(100vh - var(--nav-height));width:100%;position:relative;z-index:1}:root{--nav-height: 80px}.navbar{height:var(--nav-height);width:100%;top:0;left:0;right:0;z-index:6;position:fixed;display:flex;align-items:center}.gradient{background:linear-gradient(to left,rgba(255,0,89,1) 0%,rgba(0,179,255,1) 33%,rgba(255,0,89,1) 66%,rgba(0,179,255,1) 100%);animation:gradient-loop 5s linear infinite}@keyframes gradient-loop{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}.navbar>*{margin:0;max-height:var(--nav-height)!important}.navbar_bottom{position:fixed;bottom:5%;width:max-content;margin:0 auto;left:0;right:0}@media (max-width: 450px){.navbar_bottom{bottom:0;margin-bottom:4%;margin-right:4%}}
