body {
    background-color: #e0f7fa;
    font-family: 'Roboto', sans-serif;
    color: #004d40;
}

.froge-content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

h1 {
    color: #00695c;
    font-size: 3em;
}

p {
    line-height: 1.5;
    font-size: 1.2em;
}

a {
    color: #00897b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}