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

h1, h2, h3, h4 {  
    color: #61892f;  
}  

a {  
    color: #6b4226;  
    text-decoration: none;  
}  

a:hover {  
    text-decoration: underline;  
}  

.froge-fanclub-banner {  
    background-color: #222629;  
    color: #86c232;  
    padding: 10px;  
    text-align: center;  
    font-size: 1.5em;  
}  

.button-special {  
    background: #c9c9c9;  
    color: #622569;  
    padding: 8px 16px;  
    border: none;  
    border-radius: 6px;  
    cursor: pointer;  
    transition: background 0.3s;  
}  

.button-special:hover {  
    background: #86c232;  
}  

.card {  
    border: 2px solid #86c232;  
    border-radius: 8px;  
    padding: 15px;  
    margin: 10px 0;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
}  

.footer {  
    background-color: #333;  
    color: #86c232;  
    text-align: center;  
    padding: 10px 0;  
    position: fixed;  
    bottom: 0;  
    width: 100%;  
}  