h1 {
  color: #45be45;
}

.tile .front {
  background-color: rgb(61, 139, 82);
  color: rgb(220, 255, 234);
}

.tile .back {
  background-color: rgb(220, 255, 223);
  color: rgb(61, 139, 79);
}