body {
    font-family: 'Helvetica', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
}

.bird-entry {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 40px;
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

header h2 {
    font-size: 1.8em;
    font-style: normal;
    color: #555;
}

.bird-info {
    text-align: justify;
}

.bird-info p {
    margin: 0 0 1em;
    text-indent: 30px;
}

figure {
    margin: 30px auto;
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}