body {
    font-family: 'Georgia', serif;
    text-align: center;
    padding: 50px;
    background: white;
    color: #333;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

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

a {
    color: #8B4513; /* Saddle brown for pottery theme */
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.joke {
    font-style: italic;
    margin: 30px 0;
}

.copyright {
    font-size: 0.9em;
    margin-top: 50px;
}

/* logo styling */
.logo {
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

/* navigation styling */
nav {
    margin: 20px 0;
}

nav a {
    margin: 0 15px;
    color: #8B4513;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}