/* Frog-themed styles for a delightful experience! */

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

h1, h2, h3 {
  color: #00796b;
  text-align: center;
}

.button-froge {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 4px #388e3c;
}

.button-froge:hover {
  background-color: #45a049;
}

a {
  color: #039be5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.froggie-footer {
  background-color: #006064;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.froggie-image {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: auto;
}