body {  
    background-color: #e0f7fa;  
    font-family: "Comic Sans MS", cursive, sans-serif;  
    color: #006064;  
    line-height: 1.6;  
}  

h1 {  
    color: #004d40;  
    font-size: 2.5em;  
    margin: 20px 0;  
}  

h2 {  
    color: #00796b;  
    font-size: 2em;  
}  

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

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

.froge-banner {  
    background-image: url('/images/froge-banner.svg');  
    height: 200px;  
    width: 100%;  
    background-size: cover;  
    border-bottom: 5px solid #004d40;  
}  

nav {  
    background-color: #004d40;  
    padding: 10px;  
}  

nav a {  
    margin-right: 15px;  
    color: #ffffff;  
    font-weight: bold;  
}  

button {  
    background-color: #00796b;  
    border: none;  
    color: white;  
    padding: 10px 20px;  
    text-align: center;  
    text-decoration: none;  
    display: inline-block;  
    font-size: 16px;  
    margin: 4px 2px;  
    cursor: pointer;  
    border-radius: 16px;  
}  

button:hover {  
    background-color: #004d40;  
}  