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

header {
  background-color: #00796b;
  color: #ffffff;
  padding: 10px;
}

footer {
  background-color: #00796b;
  color: #ffffff;
  text-align: center;
  padding: 5px;
}

h1 {
  color: #004d40;
}

a {
  color: #004d40;
  text-decoration: none;
}

a:hover {
  color: #00796b;
  text-decoration: underline;
}

button {
  background-color: #004d40;
  color: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 5px;
}

button:hover {
  background-color: #00796b;
}

.froge-icon {
  background-image: url('/assets/froge.svg');
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
}