body {
    background-color: #e0ffe0;
    font-family: "Comic Sans MS", cursive, sans-serif;
}

h1,
h2,
h3 {
    color: #006400;
    text-shadow: 2px 2px #98fb98;
}

a {
    color: #008000;
    text-decoration: none;
}

a:hover {
    color: #32cd32;
    text-decoration: underline;
}

.froge-button {
    background-color: #32cd32;
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

.froge-button:hover {
    background-color: #228b22;
}

.froge-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    vertical-align: middle;
}