#downloadlinkslist {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center; 
    align-items: center;
}

.downloadlist_table tr > :nth-child(1) {
    width: 60%;
}

.downloadlist_table tr > :nth-child(2) {
    width: 20%;
}

.downloadlist_table tr > :nth-child(3) {
    width: 10%;
}

.downloadlist_table tr > :nth-child(4) {
    width: 10%;
    text-align: center;
}

.downloadlist_table th {
    height: 2rem;
    background-color: aquamarine;
}

.downloadlist_table td {
    height: 2rem;
}