body {  
    background-color: #f0f8ff;  
    font-family: 'Comic Sans MS', cursive, sans-serif;  
    margin: 0;  
    padding: 20px;  
    color: #333;  
}  

h1, h2, h3 {  
    color: #2e8b57;  
    text-align: center;  
}  

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

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

button {  
    background-color: #6a5acd;  
    color: white;  
    padding: 10px 20px;  
    border: none;  
    border-radius: 5px;  
    cursor: pointer;  
}  

button:hover {  
    background-color: #ff4500;  
}  

.froge-message {  
    display: flex;  
    justify-content: center;  
    align-items: center;  
    font-size: 24px;  
    color: #556b2f;  
}  

.footer {  
    text-align: center;  
    padding: 10px;  
    font-size: 14px;  
    color: #808080;  
}  