/* Welcome to froge's wonderful world of styles! Froges love cool vibes and fresh feels 🌈 */

body {
  background-color: #f0fff4;
  color: #333;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

/* Froge-themed buttons */
.button-green {
  background-color: #32c58c;
  border: 2px solid #2a9d6f;
  border-radius: 5px;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}

.button-green:hover {
  background-color: #29a673;
}

/* Check out more froge goodies at our main page! */
a:link, a:visited {
  color: #00aaff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Featured froge link */
.froge-link {
  font-weight: bold;
  font-size: 1.1em;
}

/* Dance through the fields of clover with froge! Froge loves friends! */