*{box-sizing:border-box;border:0;margin:0;padding:0}html,body,#root{min-height:100%}body{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.app-footer{width:100%;margin-top:auto}.logo{width:50px;height:auto}.navbar{justify-content:space-between;align-items:center;gap:1rem;margin:1%;display:flex}.nav-links{flex-direction:row;justify-content:space-evenly;gap:1rem;font-size:larger;list-style-type:none;display:flex}.nav-link{color:#000;margin-right:30px;font-size:110%}.nav-link:hover{color:#fff;background-color:#000;border-radius:8px;padding:4%;transition:all .25s ease-in}.footer{background-color:#00000040;flex-direction:row;justify-content:space-between;display:flex}.footer-contact-separator{display:inline}@media (width<=768px){.footer,.footer-contact{text-align:center;flex-direction:column;display:flex}.footer-contact-separator{display:none}}
