body {
    background-color: #e0f7fa;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #00695c;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    text-align: center;
    color: #004d40;
}

a {
    color: #00897b;
    text-decoration: none;
}

a:hover {
    color: #004d40;
    text-decoration: underline;
}

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

.froge-bg {
    background-image: url('/images/froge_pattern.svg');
    background-repeat: repeat;
    background-size: contain;
}