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

h1, h2, h3 {
    color: #00796b;
}

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

a:hover {
    text-decoration: underline;
}

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

.container {
    width: 80%;
    margin: 0 auto;
}

.froge {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-image: url('https://froge.ai/inc/templates/images/froge.svg');
    background-size: cover;
    background-position: center;
}