body {  
    font-family: 'Comic Sans MS', cursive, sans-serif;  
    color: #286029;  
    background-color: #e0f7e4;  
    margin: 0;  
    padding: 0;  
}  

h1, h2, h3 {  
    font-family: 'Lucida Grande', sans-serif;  
    color: #176717;  
}  

p {  
    line-height: 1.6;  
    margin: 15px 0;  
}  

a {  
    text-decoration: none;  
    color: #34a853;  
    transition: color 0.3s ease;  
}  

a:hover {  
    color: #286029;  
}  

header {  
    background: #44c767;  
    padding: 20px;  
    text-align: center;  
}  

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

button, .button {  
    background-color: #44c767;  
    border: none;  
    color: white;  
    padding: 10px 20px;  
    text-align: center;  
    font-size: 16px;  
    margin: 10px 0;  
    cursor: pointer;  
    display: inline-block;  
    border-radius: 5px;  
}  

button:hover, .button:hover {  
    background-color: #5cbf2a;  
}  

/* Froge love for everyone! 🐸 */  