*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}

/* We import the variables stylesheet*/
html {
  font-family: "Gabarito", "Young Serif";
  background-color: #212733;
}

body {
  padding: 10px;
}

.button {
  background-color: #96b5b4;
  border: none;
  font-family: "Gabarito";
  font-weight: 700;
  width: 100px;
  padding: 8px;
  cursor: pointer;
}
.button:hover:enabled {
  background-color: rgb(106, 226, 120);
}
.button:active:enabled {
  background-color: rgb(77, 156, 86);
}

.main__heading {
  font-family: "Young Serif";
  text-align: center;
  color: #00e07f;
}

.game {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #313743;
  padding: 10px;
  border-radius: 25px;
  height: auto;
  width: auto;
}

.viewFrame {
  border-spacing: 1px;
  border-collapse: collapse;
}

.viewFrame tr,
.viewFrame tbody,
.viewFrame td {
  padding: 0;
}

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