body {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1d1d1d;
}

p.reading-time {
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 10px;
    color: #808080;
}

p.fake-news {
    font-style: italic;
    font-size: 1.2rem;
    padding: 10px;
    color: #1d1d1d;
    background-color: #FFD2D2;
}

p.date {
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 10px;
    color: #808080;
}

img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.photo-credit {
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 10px;
    color: #808080;
}

p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #1d1d1d;
}

a {
    color: #007BBC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li {
    font-size: 1.2rem;
    line-height: 1.5;
}

.could-this-happen {
    background-color: lightgrey;
    padding: 10px;
}
