body {  
    background-color: #e0f7fa;  
    font-family: 'Comic Sans MS', cursive;  
    color: #00695c;  
}  

h1 {  
    color: #00838f;  
    text-align: center;  
}  

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

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

button {  
    background-color: #004d40;  
    color: #e0f7fa;  
    border: none;  
    border-radius: 8px;  
    padding: 10px 20px;  
    font-size: 16px;  
    cursor: pointer;  
}  

button:hover {  
    background-color: #00796b;  
}  

header {  
    background-color: #004d40;  
    padding: 10px 0;  
    text-align: center;  
    color: #e0f7fa;  
}  

footer {  
    background-color: #004d40;  
    padding: 10px 0;  
    text-align: center;  
    position: absolute;  
    width: 100%;  
    bottom: 0;  
    color: #e0f7fa;  
}  

.container {  
    padding: 20px;  
}  

.froge-container {  
    text-align: center;  
    margin-top: 50px;  
}  

.froge-emoji {  
    font-size: 50px;  
}  