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

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

p {
    font-size: 1.2em;
    color: #00695c;
    margin: 10px;
    text-align: justify;
}

.froge-button {
    background-color: #004d40;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-size: 1em;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
}

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

.froge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}

.froge-img {
    width: 150px;
    height: auto;
}

.froge-link {
    color: #004d40;
    font-weight: bold;
    text-decoration: none;
}

.froge-link:hover {
    color: #00796b;
    text-decoration: underline;
}