body {  
    background-color: #e0f7fa;  
    font-family: 'Comic Sans MS', cursive, sans-serif;  
    color: #004d40;  
    padding: 20px;  
}  

h1 {  
    color: #00796b;  
    font-size: 2.5em;  
    text-align: center;  
    margin-bottom: 30px;  
}  

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

a:hover {  
    text-decoration: underline;  
}  

p {  
    line-height: 1.6;  
    margin-bottom: 20px;  
}  

.froge-pose {  
    display: flex;  
    align-items: center;  
    justify-content: space-around;  
    margin-bottom: 40px;  
}  

.froge-pose img {  
    width: 150px;  
    height: auto;  
}  

.froge-description {  
    max-width: 600px;  
}  

footer {  
    text-align: center;  
    padding: 20px;  
    background-color: #004d40;  
    color: #ffffff;  
}  

.footer-links a {  
    margin: 0 10px;  
    color: #ffffff;  
}  