body {
    background-color: #e8f9e9;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #2a473e;
}

h1, h2, h3 {
    font-weight: bold;
    color: #397d4a;
}

a {
    color: #5aa687;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

.input-field {
    border: 2px solid #397d4a;
    border-radius: 4px;
    padding: 8px;
    margin: 10px;
    width: calc(100% - 36px);
    box-sizing: border-box;
}

footer {
    background-color: #397d4a;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.froge-emoji {
    content: url(/froge.svg);
    display: inline-block;
    width: 32px;
    height: 32px;
}
