body {
    background-color: #e0f7fa;
    font-family: 'Comic Sans MS', cursive;
    color: #005f6b;
}

h1, h2, h3 {
    font-family: 'Faster One', sans-serif;
    text-shadow: 2px 2px #ffca28;
}

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

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

.froge-container {
    background-image: url('/media/emotional-support-froge.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #005f6b;
    color: #e0f7fa;
    text-align: center;
    padding: 10px;
}