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

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

p {
    color: #00796b;
    line-height: 1.6;
    margin: 20px;
}

a {
    color: #00838f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.nav-bar {
    background-color: #006064;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 2px -2px gray;
}

.nav-bar a {
    color: white;
    margin: 0 10px;
    font-weight: bold;
}

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

.button:hover {
    background-color: #00796b;
}

.froge-emoji {
    content: url('/assets/froge.svg');
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
