@import url("https://fonts.googleapis.com/css2?family=Rubik");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  font-weight: 300; }

main {
  background-color: #f7f5fb; }

#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100vh;
  background-image: url(https://i.pinimg.com/474x/d6/d6/52/d6d6520f2d617dd67250292a7c605429.jpg); }

#canvas {
  width: 300;
  height: 150; }

#target {
  font-size: 52px;
  text-align: center; }

#container {
  font-size: 2em;
  display: inline-grid;
  gap: 0.2em;
  grid: ". span0 span1 span2 span3 span4 span5 span6 span7 ." 1fr "span8 span9 span10 span11 span12 span13 span14 span15 span16 span17" 1fr ". span18 span19 span20 span21 span22 span23 span24 span25 . " 1fr; }

a {
  border: 3px solid black;
  border-radius: 0.3em;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  width: 1.3em;
  text-align: center; }

h1,
a,
#newGame {
  background-color: #ffffff; }

a:hover {
  border-color: orange;
  color: orange; }

#newGame {
  width: 6em;
  height: 1.5em;
  font-size: 2em;
  border-radius: 0.2em;
  padding: 0.1em;
  outline: none; }

.visible {
  visibility: visible; }

.hidden {
  visibility: hidden; }

/*# sourceMappingURL=styles.css.map */
