@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap";*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:Inter,sans-serif}.selectable{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.google-button{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#757575;border:1px solid #dcdcdc;border-radius:5px;padding:10px 15px;font-size:1rem;font-family:Arial,sans-serif;cursor:pointer;transition:box-shadow .2s,background-color .2s;box-shadow:0 2px 4px #0000001a;width:90%;max-width:300px;margin:10px auto}.google-button:hover{background-color:#f8f8f8;box-shadow:0 4px 6px #00000026}.google-button:active{background-color:#eee;box-shadow:0 2px 4px #0000001a}.google-logo{width:20px;height:20px;margin-right:10px}.navbar{position:fixed;bottom:30px;display:flex;justify-content:space-around;align-items:center;background:teal;padding:.5rem;border-radius:50px;width:90%;max-width:340px;height:60px;flex-shrink:0;left:50%;transform:translate(-50%);box-shadow:0 10px 15px #0000004d,0 4px 6px #0003}.button-navbar{background-color:transparent;border:none;padding:0}.button-navbar svg{width:35px;height:35px}.button-navbar.active svg{fill:#fff}.button-navbar:not(.active) svg{fill:#cbcbcb}@media screen and (max-width: 400px){.navbar{width:85%}}
