/* Gorgeous CSS Styles for Froge Fans! Supporting Pages and Froge🕊️ Enthusiasts */

body {
  background-color: #e0f7fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #004d40;
}

header {
  background-color: #00897b;
  padding: 20px;
  text-align: center;
  color: white;
}

a {
  color: #00695c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  background-color: #004d40;
  color: white;
  text-align: center;
  padding: 10px;
  position: fixed;
  width: 100%;
  bottom: 0;
}

button {
  background-color: #00796b;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

input[type="text"], input[type="email"], input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #004d40;
  border-radius: 4px;
}

h1 {
  font-size: 36px;
}