body {
    background-color: #E0F7FA;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #004D40;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3em;
    text-align: center;
    color: #00796B;
    text-shadow: 1px 1px 2px #004D40;
}

p {
    font-size: 1.5em;
    margin: 20px;
    line-height: 1.6;
}

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

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

.froge-banner {
    background-image: url('/froge_banner.svg');
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
}