body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.open-btn{background-color:#4b4bf5;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px}.modal-page{align-items:center;background-color:#0006;display:flex;height:0;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;transition:height .5s ease-in-out;width:100vw}.modal-page.open{height:100vh}.modal-page-content{background-color:#fff;border-radius:10px;min-height:250px;transform:translateY(-100%);transition:transform .7s ease-in-out;width:350px}.modal-page.open .modal-page-content{transform:translateY(0)}.modal-content{flex-direction:column;gap:20px;justify-content:center}.modal-content,.modal-top{align-items:center;display:flex}.modal-top{background-color:#ddd;border-radius:10px 10px 0 0;height:30px;justify-content:space-between;width:100%}.modal-top a{padding:8px;text-decoration:none}.modal-top p{text-transform:uppercase}.modal-main p{text-align:center}.modal-main .boxes{align-items:center;color:#fff;display:flex;gap:15px;justify-content:space-between}.modal-main .boxes div{background-color:lime;border-radius:8px;padding:5px;text-align:center;width:80px}.modal-bottom button{background-color:#4b4bf5;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:35px;padding:6px;width:100px}@media screen and (max-width:450px){.modal-main .boxes{flex-direction:column}.modal-main .boxes div{min-width:200%}.modal-bottom button{margin-bottom:15px}}@media screen and (max-width:370px){.modal-page-content{width:70%}.modal-main .boxes div{min-width:170%}}@media screen and (max-width:280px){.modal-main .boxes div{min-width:130%}}.content{align-items:center;display:flex;height:55vh;justify-content:center}
/*# sourceMappingURL=main.81b7c529.css.map*/