h2 {
    margin-top: 32px;
}

section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

section img {
    max-width: 100%;
    max-height: 500px;
}

main a {
    text-decoration: underline;
}

main a:hover {
    color: #2e7d32;
}
