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}.App{display:grid;grid-template-columns:1fr;grid-template-rows:10rem 1fr;height:100vh}.App-content{background:pink;display:flex;flex-direction:column;font-size:calc(8px + 2vmin);gap:2rem;justify-content:space-between;padding:1rem}.button-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center}:root{--red:#f21332;--orange:#f27225;--pink:#e20b88;--yellow:#f2ad24;--green:#00b249;--blue:#1844b5;--purple:#a033b3}button{border:0;cursor:pointer;font-size:1rem;font-weight:700;outline:none;padding:.5rem .8rem}button:nth-of-type(7n+1){color:#f21332;color:var(--red)}button:nth-of-type(7n+2){color:#f27225;color:var(--orange)}button:nth-of-type(7n+3){color:#e20b88;color:var(--pink)}button:nth-of-type(7n+4){color:#f2ad24;color:var(--yellow)}button:nth-of-type(7n+5){color:#00b249;color:var(--green)}button:nth-of-type(7n+6){color:#1844b5;color:var(--blue)}button:nth-of-type(7n+7){color:#a033b3;color:var(--purple)}button:focus,button:hover{filter:brightness(90%)}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center}.App-link{color:#61dafb}.info{align-items:center;background:#fff;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center}.info p{color:#333;font-size:.8rem;min-height:6rem;padding:0 .8rem;word-break:break-all}
/*# sourceMappingURL=main.19fe7ba6.css.map*/