body {
    background-color: #f2ffe6;
    font-family: "Arial", sans-serif;
}

h1, h2, h3 {
    color: #2e8b57;
}

a {
    color: #0000EE;
    text-decoration: none;
}

a:hover {
    color: #551A8B;
}

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

.button:hover {
    background-color: #45a049;
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

form {
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}

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

.froge-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}