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

header {
    background-color: #4F7942;
    padding: 20px;
    text-align: center;
    font-size: 25px;
    color: white;
    border-bottom: 5px solid #77AB59;
}

a {
    color: #77AB59;
    text-decoration: none;
}

a:hover {
    color: #4F7942;
}

.froge-button {
    background-color: #77AB59;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.froge-banner {
    background: url('/images/froge-pattern.svg');
    padding: 50px;
    text-align: center;
    font-size: 20px;
}

footer {
    background-color: #4F7942;
    padding: 10px;
    text-align: center;
    color: white;
    border-top: 5px solid #77AB59;
}