body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center;font-family:sans-serif;color:#141313}.home-container{display:flex;flex-direction:column;align-items:center}.square-container{display:flex;justify-content:center;gap:40px;margin-top:30px}.square{width:200px;height:200px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:18px;font-weight:700;cursor:pointer;transition:transform .3s;text-decoration:none;color:inherit}.square:visited,.square:hover,.square:active,.square:focus-visible{text-decoration:none;color:inherit}.square:hover{transform:scale(1.05)}.squareNavy{background-color:navy}.squarePurple{background-color:purple}.squareProximity{background-color:#84c4ad}.home-bg{width:100vw;height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center;color:#fff}@keyframes floatUp{0%{bottom:-80px;opacity:1}to{bottom:120%;opacity:0}}.balloon{position:fixed;bottom:-80px;transform:translate(-50%);width:100px;height:100px;background:transparent;animation:floatUp 4s linear infinite;z-index:10}.balem{position:fixed;bottom:-80px;animation:floatUp 4s linear infinite;transform:translate(-50%);width:120px;height:170px;z-index:10}.balloon-popper-ui h1{margin-top:0}.options{color:#6787b6}
