body {
    background-color: #121212;
    color: #E0E0E0;
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

h1, h2, h3 {
    color: #74C365;
}

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

a:hover {
    text-decoration: underline;
}

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

.froge-icon {
    background-image: url('/assets/icons/froge.svg');
    width: 50px;
    height: 50px;
    display: inline-block;
}

footer {
    text-align: center;
    padding: 20px;
    color: #A5D6A7;
}