body {
    background-color: #f0f8ff;
    font-family: 'Arial', sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: 'Verdana', sans-serif;
    color: #3b5998;
}

p {
    line-height: 1.6;
}

a {
    color: #1e90ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.froge-theme {
    background-image: url('/froge.ai/images/froge-pattern.svg');
}

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

header {
    background-color: #7fffd4;
    padding: 20px;
    text-align: center;
}

footer {
    background-color: #2e8b57;
    color: white;
    padding: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}