.grid {
  width: 600px;
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.square {
  width: 200px;
  height: 200px;
  border: 4px solid rgb(189, 76, 0);
  border-radius: 5%;
  background-color: peachpuff;
}

.mole {
  background-image: url(https://media0.giphy.com/media/f8hoeUcoNiIELpy4Jf/giphy.gif);
  background-position: center;
  background-size: contain;
}

body {
  background-image: url(https://images2.alphacoders.com/102/1024175.png);
  background-size: contain;
}

h1, h2{
  color: rgb(130, 61, 0);
}

.btn a {
  text-decoration: none;
}