body {
    background-color: #e0f7fa;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #00796b;
}

h1 {
    font-size: 3em;
    color: #004d40;
    text-align: center;
}

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

a:hover {
    text-decoration: underline;
}

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

.button {
    background-color: #00796b;
    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: 5px;
}

.emoji {
    font-size: 1.5em;
    vertical-align: middle;
}