body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#02023e;font-family:Karla,sans-serif;margin:0}#root{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.App{aspect-ratio:1/1;background-color:#dbdddd;border-radius:10px;justify-content:space-evenly;margin:10%;max-height:700px;max-width:700px;padding:5%}.App,header{align-items:center;display:flex;flex-direction:column}header{font-size:1em;font-weight:700}.dice{grid-gap:10%;align-items:center;box-sizing:border-box;display:grid;gap:10%;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto;padding:10%;width:100%}.die{aspect-ratio:1/1;border:none;border-radius:10px;box-shadow:0 2px 2px #00000026;cursor:pointer;font-family:Karla,sans-serif;font-size:3em;font-weight:700}.die:hover{transform:scale(1.1)}.buttons{display:flex;height:10%;justify-content:right;width:100%}.new-game,.roll-button{background-color:#53cc6b;border:none;border-radius:10px;box-shadow:0 2px 2px #5d2b2b26;color:#fff;cursor:pointer;font-family:Karla,sans-serif;font-size:2em;font-weight:700;width:40%}.new-game{background-color:#f75c5c;font-size:large;margin-left:10%;width:20%}.score{display:flex;justify-content:space-evenly;width:100%}
/*# sourceMappingURL=main.06d0d930.css.map*/