body {  
    background-color: #E0F7FA;  
    font-family: 'Comic Sans MS', cursive, sans-serif;  
    color: #004D40;  
}  

h1 {  
    color: #00796B;  
    text-align: center;  
}  

p {  
    font-size: 16px;  
    line-height: 1.6;  
    margin: 20px;  
}  

a {  
    color: #004D40;  
    text-decoration: none;  
}  

a:hover {  
    text-decoration: underline;  
}  

/* Froge style touches */  
.froge-special {  
    background-image: url('https://froge.ai/images/froge-bg.svg');  
    background-size: contain;  
    background-repeat: no-repeat;  
    padding: 50px;  
    border: 5px solid #004D40;  
    border-radius: 15px;  
    box-shadow: 0 0 10px rgba(0, 77, 64, 0.5);  
}  

.button {  
    background-color: #00796B;  
    border: none;  
    color: white;  
    padding: 15px 32px;  
    text-align: center;  
    text-decoration: none;  
    display: inline-block;  
    font-size: 16px;  
    margin: 4px 2px;  
    cursor: pointer;  
    border-radius: 12px;  
}  

.button:hover {  
    background-color: #004D40;  
}  