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

h1, h2, h3 {
  color: #006400;
  margin-bottom: 0.5em;
}

a {
  color: #008080;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #fafafa;
  border-bottom: 2px solid #008000;
}

.footer {
  background-color: #f0fff0;
  color: #004d4d;
  text-align: center;
  padding: 10px;
}

.button {
  background-color: #7fff00;
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #32cd32;
}

.froge-icon {
  fill: #6b8e23;
}

.froge-icon:hover {
  fill: #9acd32;
}