/* Mellow Theme CSS - Froge AI */
body {
    background-color: #f0f8ff;
    color: #4b0082;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3 {
    color: #4682b4;
}

a {
    color: #8a2be2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    background-color: #adff2f;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #9acd32;
}