@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,300;0,500;0,800;0,900;1,400;1,500;1,600;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
}
* body {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
* body .container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: auto;
  flex-direction: column;
}
* body .container nav {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 5px solid black;
  width: 100vw;
  height: 20%;
}
* body .container nav .level {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  backface-visibility: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  border-width: 0.125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0.875rem 1.125rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform 0.2s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  order: 2;
}
* body .container nav #solution {
  order: 1;
}
* body .container nav .level:not(:disabled):hover {
  transform: scale(1.05);
}
* body .container nav .level:not(:disabled):hover:active {
  transform: scale(1.05) translateY(0.125rem);
}
* body .container nav .level:focus {
  outline: 0 solid transparent;
}
* body .container nav .level:focus:before {
  content: "";
  left: -0.375rem;
  pointer-events: none;
  position: absolute;
  top: -0.375rem;
  transition: border-radius;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
* body .container nav .level:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}
* body .container nav .level:focus:not(:focus-visible):before {
  border-width: 0;
}
* body .container nav .level:not(:disabled):active {
  transform: translateY(0.125rem);
}
* body .container .big_heading {
  color: #111;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20em;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
* body .container .start_button {
  position: relative;
  cursor: pointer;
  width: 20%;
  height: 25%;
  border: 3px solid black;
  border-radius: 40px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  transition: all 0.5s ease-in;
  color: #000000;
  margin-bottom: 100px;
}
* body .container .start_button:hover {
  color: #333333;
  background: lightgrey;
  border: 3px solid black;
}
* body .container .launch_board {
  position: relative;
  border: none;
  width: auto;
  height: auto;
  display: grid;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
* body .container .launch_board .cell {
  border: none;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid grey;
  font-family: "Saira", sans-serif;
  font-weight: bold;
  color: black;
}
* body .container .launch_board .cell:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
* body .container .launch_board .cell:hover {
  background: rgba(0, 255, 0, 0.3);
  cursor: pointer;
}
* body .container .submit {
  display: none;
  position: relative;
  width: auto;
  height: auto;
}
* body .container .submit button {
  position: relative;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 1.5em;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
* body .container .submit button:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}
* body .container .submit button:hover {
  background-color: #2c974b;
}
* body .container .submit button:focus {
  box-shadow: rgba(46, 164, 79, 0.4) 0 0 0 3px;
  outline: none;
}
* body .container .submit button:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, 0.1);
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
}
* body .container .submit button:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, 0.2) 0 1px 0 inset;
}
* body .container .number_box {
  position: relative;
  width: auto;
  margin-top: 20px;
  height: auto;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
* body .container .number_box .n {
  position: relative;
  width: 60px;
  background: white;
  border: 3px solid black;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  margin: 10px;
}
* body .container .number_box .n:hover {
  background: lightgrey;
}
* body .container .number_box .n1:hover, * body .container .number_box .n2:hover, * body .container .number_box .n3:hover, * body .container .number_box .n4:hover, * body .container .number_box .n5:hover, * body .container .number_box .n6:hover, * body .container .number_box .n7:hover, * body .container .number_box .n8:hover, * body .container .number_box .n9:hover {
  background: rgba(211, 213, 221, 0.79);
  cursor: pointer;
  box-shadow: 0px 4px 7px 4px rgba(36, 38, 46, 0.75);
}
* body .container .game_end_display {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
* body .container .game_end_display .winning_congrats {
  font-family: "Roboto", "Courier New", Courier, monospace;
  font-size: 6em;
  letter-spacing: 4px;
  color: green;
  text-transform: uppercase;
}
* body .container .game_end_display .winning_msg {
  font-family: "Roboto", "Courier New", Courier, monospace;
  font-size: 4em;
  color: black;
}
* body .container .game_end_display .greeting_img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 55%;
    width: 100%;
    height: 100%;
  }
  body .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    flex-direction: column;
  }
  body .container nav {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 5px solid black;
    width: 100vw;
    height: 20%;
    background: rgba(255, 255, 255, 0.5);
  }
  body .container nav .level {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    backface-visibility: hidden;
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 0.125rem;
    box-sizing: border-box;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0.875rem 1.125rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform 0.2s;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    order: 2;
  }
  body .container nav #solution {
    order: 1;
  }
  body .container nav .level:not(:disabled):hover {
    transform: scale(1.05);
  }
  body .container nav .level:not(:disabled):hover:active {
    transform: scale(1.05) translateY(0.125rem);
  }
  body .container nav .level:focus {
    outline: 0 solid transparent;
  }
  body .container nav .level:focus:before {
    content: "";
    left: -0.375rem;
    pointer-events: none;
    position: absolute;
    top: -0.375rem;
    transition: border-radius;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  body .container nav .level:focus:not(:focus-visible) {
    outline: 0 solid transparent;
  }
  body .container nav .level:focus:not(:focus-visible):before {
    border-width: 0;
  }
  body .container nav .level:not(:disabled):active {
    transform: translateY(0.125rem);
  }
  body .container .big_heading {
    color: #111;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body .container .start_button {
    position: relative;
    cursor: pointer;
    width: 20%;
    height: 30%;
    background: linear-gradient(90deg, #CFD9DF 0%, #E2EBF0 100%);
    border-radius: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    transition: all 0.5s ease-in;
    color: #000000;
    margin-bottom: 100px;
    padding: 10px;
  }
  body .container .start_button:hover {
    color: #333333;
    background: linear-gradient(90deg, #CFD9DF 50%, #E2EBF0 100%);
    box-shadow: 0px 4px 46px 1px rgba(64, 112, 249, 0.25);
  }
  body .container .launch_board {
    position: relative;
    border: none;
    width: auto;
    height: auto;
    display: grid;
    border: 2px solid grey;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  body .container .launch_board .cell {
    border: none;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    font-family: "Saira", sans-serif;
    font-weight: bold;
    color: black;
    font-size: 2em;
  }
  body .container .launch_board .cell:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  body .container .launch_board .cell:hover {
    background: rgba(0, 255, 0, 0.3);
    cursor: pointer;
  }
  body .container .submit {
    display: none;
    position: relative;
    margin-top: -50px;
    width: auto;
    height: auto;
  }
  body .container .submit button {
    position: relative;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
  }
  body .container .submit button:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
  }
  body .container .submit button:hover {
    background-color: #2c974b;
  }
  body .container .submit button:focus {
    box-shadow: rgba(46, 164, 79, 0.4) 0 0 0 3px;
    outline: none;
  }
  body .container .submit button:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, 0.1);
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
  }
  body .container .submit button:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, 0.2) 0 1px 0 inset;
  }
  body .container .number_box {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .container .number_box .n {
    position: relative;
    width: 60px;
    background: rgba(211, 213, 221, 0.49);
    border-radius: 8px;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
    margin: 10px;
  }
  body .container .number_box .n:hover {
    background: rgba(0, 255, 0, 0.3);
    box-shadow: 0px 0px 7px 4px rgba(55, 56, 56, 0.25);
  }
  body .container .number_box .n1:hover, body .container .number_box .n2:hover, body .container .number_box .n3:hover, body .container .number_box .n4:hover, body .container .number_box .n5:hover, body .container .number_box .n6:hover, body .container .number_box .n7:hover, body .container .number_box .n8:hover, body .container .number_box .n9:hover {
    background: rgba(211, 213, 221, 0.79);
    cursor: pointer;
    box-shadow: 0px 4px 7px 4px rgba(36, 38, 46, 0.75);
  }
  body .container .game_end_display {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .container .game_end_display .winning_congrats {
    font-family: "Roboto", "Courier New", Courier, monospace;
    font-size: 6em;
    letter-spacing: 4px;
    color: green;
    text-transform: uppercase;
  }
  body .container .game_end_display .winning_msg {
    font-family: "Roboto", "Courier New", Courier, monospace;
    font-size: 4em;
    color: black;
  }
  body .container .game_end_display .greeting_img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /*Big smartphones [426px -> 600px]*/
  body {
    font-size: 40%;
  }
  body .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    flex-direction: column;
  }
  body .container nav {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 5px solid black;
    width: 100vw;
    height: 20%;
    background: rgba(255, 255, 255, 0.5);
  }
  body .container nav .level {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    backface-visibility: hidden;
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 0.125rem;
    box-sizing: border-box;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0.875rem 1.125rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform 0.2s;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    order: 2;
  }
  body .container nav #solution {
    order: 1;
  }
  body .container nav .level:not(:disabled):hover {
    transform: scale(1.05);
  }
  body .container nav .level:not(:disabled):hover:active {
    transform: scale(1.05) translateY(0.125rem);
  }
  body .container nav .level:focus {
    outline: 0 solid transparent;
  }
  body .container nav .level:focus:before {
    content: "";
    left: -0.375rem;
    pointer-events: none;
    position: absolute;
    top: -0.375rem;
    transition: border-radius;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  body .container nav .level:focus:not(:focus-visible) {
    outline: 0 solid transparent;
  }
  body .container nav .level:focus:not(:focus-visible):before {
    border-width: 0;
  }
  body .container nav .level:not(:disabled):active {
    transform: translateY(0.125rem);
  }
  body .container .big_heading {
    color: #111;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body .container .start_button {
    position: relative;
    cursor: pointer;
    width: 20%;
    height: 30%;
    background: linear-gradient(90deg, #CFD9DF 0%, #E2EBF0 100%);
    border-radius: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    transition: all 0.5s ease-in;
    color: #000000;
    margin-bottom: 100px;
    padding: 10px;
  }
  body .container .start_button:hover {
    color: #333333;
    background: linear-gradient(90deg, #CFD9DF 50%, #E2EBF0 100%);
    box-shadow: 0px 4px 46px 1px rgba(64, 112, 249, 0.25);
  }
  body .container .launch_board {
    position: relative;
    border: none;
    width: auto;
    height: auto;
    display: grid;
    border: 2px solid grey;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  body .container .launch_board .cell {
    border: none;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    font-family: "Saira", sans-serif;
    font-weight: bold;
    color: black;
  }
  body .container .launch_board .cell:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  body .container .launch_board .cell:hover {
    background: rgba(0, 255, 0, 0.3);
    cursor: pointer;
  }
  body .container .submit {
    display: none;
    position: relative;
    margin-top: -50px;
    width: auto;
    height: auto;
  }
  body .container .submit button {
    position: relative;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
  }
  body .container .submit button:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
  }
  body .container .submit button:hover {
    background-color: #2c974b;
  }
  body .container .submit button:focus {
    box-shadow: rgba(46, 164, 79, 0.4) 0 0 0 3px;
    outline: none;
  }
  body .container .submit button:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, 0.1);
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
  }
  body .container .submit button:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, 0.2) 0 1px 0 inset;
  }
  body .container .number_box {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .container .number_box .n {
    position: relative;
    width: 60px;
    background: rgba(211, 213, 221, 0.49);
    border-radius: 8px;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
    margin: 10px;
  }
  body .container .number_box .n:hover {
    background: rgba(0, 255, 0, 0.3);
    box-shadow: 0px 0px 7px 4px rgba(55, 56, 56, 0.25);
  }
  body .container .game_end_display {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .container .game_end_display .winning_congrats {
    font-family: "Roboto", "Courier New", Courier, monospace;
    font-size: 6em;
    letter-spacing: 4px;
    color: green;
    text-transform: uppercase;
  }
  body .container .game_end_display .winning_msg {
    font-family: "Roboto", "Courier New", Courier, monospace;
    font-size: 4em;
    color: black;
  }
  body .container .game_end_display .greeting_img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 425px) {
  /*Small smartphones [325px -> 425px]*/
  body {
    font-size: 40%;
  }
  body .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    flex-direction: column;
  }
  body .container nav {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 5px solid black;
    width: 100vw;
    height: 20%;
    background: rgba(255, 255, 255, 0.5);
  }
  body .container nav .level {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    backface-visibility: hidden;
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 0.125rem;
    box-sizing: border-box;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0.875rem 1.125rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform 0.2s;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    order: 2;
  }
  body .container nav #solution {
    order: 1;
  }
  body .container nav .level:not(:disabled):hover {
    transform: scale(1.05);
  }
  body .container nav .level:not(:disabled):hover:active {
    transform: scale(1.05) translateY(0.125rem);
  }
  body .container nav .level:focus {
    outline: 0 solid transparent;
  }
  body .container nav .level:focus:before {
    content: "";
    left: -0.375rem;
    pointer-events: none;
    position: absolute;
    top: -0.375rem;
    transition: border-radius;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  body .container nav .level:focus:not(:focus-visible) {
    outline: 0 solid transparent;
  }
  body .container nav .level:focus:not(:focus-visible):before {
    border-width: 0;
  }
  body .container nav .level:not(:disabled):active {
    transform: translateY(0.125rem);
  }
  body .container .big_heading {
    color: #111;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 12em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body .container .start_button {
    position: relative;
    cursor: pointer;
    width: 20%;
    height: 30%;
    background: linear-gradient(90deg, #CFD9DF 0%, #E2EBF0 100%);
    border-radius: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    transition: all 0.5s ease-in;
    color: #000000;
    margin-bottom: 100px;
    padding: 10px;
  }
  body .container .start_button:hover {
    color: #333333;
    background: linear-gradient(90deg, #CFD9DF 50%, #E2EBF0 100%);
    box-shadow: 0px 4px 46px 1px rgba(64, 112, 249, 0.25);
  }
  body .container .launch_board {
    position: relative;
    border: none;
    width: auto;
    height: auto;
    display: grid;
    border: 2px solid grey;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  body .container .launch_board .cell {
    border: none;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    font-family: "Saira", sans-serif;
    font-weight: bold;
    color: black;
  }
  body .container .launch_board .cell:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  body .container .launch_board .cell:hover {
    background: rgba(0, 255, 0, 0.3);
    cursor: pointer;
  }
  body .container .submit {
    display: none;
    position: relative;
    margin-top: -50px;
    width: auto;
    height: auto;
  }
  body .container .submit button {
    position: relative;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 2em;
    font-weight: 600;
    padding: 10px 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
  }
  body .container .submit button:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
  }
  body .container .submit button:hover {
    background-color: #2c974b;
  }
  body .container .submit button:focus {
    box-shadow: rgba(46, 164, 79, 0.4) 0 0 0 3px;
    outline: none;
  }
  body .container .submit button:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, 0.1);
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
  }
  body .container .submit button:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, 0.2) 0 1px 0 inset;
  }
  body .container .number_box {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .container .number_box .n {
    position: relative;
    width: 60px;
    background: rgba(211, 213, 221, 0.49);
    border-radius: 8px;
    border: none;
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
    margin: 10px;
  }
  body .container .number_box .n:hover {
    background: rgba(0, 255, 0, 0.3);
    box-shadow: 0px 0px 7px 4px rgba(55, 56, 56, 0.25);
  }
  body .container .game_end_display {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .container .game_end_display .winning_congrats {
    font-family: "Roboto", "Courier New", Courier, monospace;
    font-size: 6em;
    letter-spacing: 4px;
    color: green;
    text-transform: uppercase;
  }
  body .container .game_end_display .winning_msg {
    font-family: "Roboto", "Courier New", Courier, monospace;
    font-size: 4em;
    color: black;
  }
  body .container .game_end_display .greeting_img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=index.css.map */