body {
    background-color: #eef7f2; /* soothing froge green */
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    color: #2b8e4d; /* more frogesque coloring */
}

a {
    color: #2b8e4d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    background-color: #2b8e4d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #24703a;
}