/* Kyary Pamyu Pamyu themed CSS for a vibrant and hopping web experience */
body {
    background-color: #f4f8fc;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #6a5acd;
    text-align: center;
}
a {
    color: #ff69b4;
    text-decoration: none;
}
a:hover {
    color: #ff1493;
    text-decoration: underline;
}
button {
    background-color: #32cd32;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
button:hover {
    background-color: #228b22;
}
.froge-banner {
    background-image: url('/images/froge.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    text-align: center;
}