body {
    background-color: hsl(32deg 60% 96%);
    font-family: Arial, Helvetica, sans-serif;
    max-width: 560px;
    margin: auto;
    padding: 2rem 1.5rem;
    line-height: 1.7;
    color: #2e2e2e;
}

h1 {
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
}

h2 {
    font-size: 1.1rem;
    margin-top: 2.5rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
}

p {
    margin: 0.8rem 0;
}

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

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

.article img {
    max-width: 700px;
}

#profile {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 1.5rem 0;
}

.articles {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
