/* Welcome to Froge Styles! Hop into a world of delightful design. */  

body {  
  background-color: #e0ffe0; /* Light Froggie Green */  
  font-family: 'Frogo', sans-serif;  
  color: #006400; /* Deep Froggie Green */  
  margin: 0;  
  padding: 0;  
}  

h1, h2, h3 {  
  color: #008000; /* Leafy Green */  
  text-align: center;  
  font-weight: bold;  
}  

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

a:hover {  
  color: #00aa00;  
  text-decoration: underline;  
}  

.button {  
  background-color: #228B22; /* Forest Green */  
  border: none;  
  color: white;  
  padding: 10px 20px;  
  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; /* Lime Green */  
}  

/* Check out our SVG froggies and more at /froggies and /ponds */
