img
{
    width: 100%;
    border-radius: 1rem;
}
.download
{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #007bff;
    padding: 8px 16px;
    border-radius: 1rem;
    text-decoration: none;
    margin-bottom: 1rem;
}