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

h1 {
    font-size: 3em;
    color: #4caf50;
    text-align: center;
    margin-top: 20px;
    text-shadow: 2px 2px #ffffff;
}

p {
    font-size: 1.2em;
    color: #555555;
    padding: 0 20px;
    line-height: 1.5;
}

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

a:hover {
    text-decoration: underline;
}

button {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #388e3c;
}

.froge-banner {
    background-image: url('/assets/froge-banner.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}