body {
    background-color: #e0f7fa;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #00796b;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    color: #004d40;
    text-align: center;
}

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

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

.froge-banner {
    width: 100%;
    height: 200px;
    background-image: url('https://froge.ai/assets/froge-banner.svg');
    background-size: cover;
    background-position: center;
}

.navbar {
    background-color: #004d40;
    padding: 10px;
    text-align: center;
}

.navbar a {
    color: #e0f7fa;
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.footer {
    background-color: #00796b;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}