.img-display {
    display: flex;
    justify-content: center;
    margin: 2rem 0 2rem 0;
}

.section {
    margin-bottom: 2rem;
}

.list-items ul li {
    margin-bottom: 5px;
}

.download-table {
    margin: 1rem 0 1rem 0;
    border-collapse: collapse;
}

.download-table td, .download-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
