body {
  background-color: #bdbdbd;
  margin: 20px;
}

h1 {
  font-style: italic;
  font-weight: bold;
}

.front {
  border-radius: 5px;
  background-image: url('./images/tile_teal_cat.png')
}

.front.item {
  height: 125px;
  width: 125px;
}

img {
  height: 125px;
  width: 125px;
  padding: 10px;
}

.item {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin-left: 0.5em;
  border-radius: 5px;
}

.complete {
  border-radius: 5px;
}

.container {
  width: 600px;
  height: auto;
}

.section {
  width: 600px;
  height: 600px;
  border-radius: 10px;
  border: solid 2px #00bfa5;
  background-color: #eeeeee;
  margin: 0 auto;
}

#Start {
  margin: 20px;
}

#modal1 {
  background-color: #eeeeee;
  border-radius: 5px;
  border: solid 2px #00bfa5;
}

.page-footer {
  background-color: #00bfa5;
  height: auto;
  padding-top: 10px;
}

.game {
  width: 600px;
  height: 600px;
  padding: 20px;
}
