body {
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
}
table {
    /* width: auto; */
    text-align: center;

}

th, td {
    border-bottom: 1px solid #ddd;
    padding: 1.5%;
}

tr:hover {
    background-color: #ddd;
}

#fileTypeURL {
    white-space: nowrap;
}

#homepage_links > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#homepage_links > div > a {
    border: 1px solid #ddd;
    margin: 1%;
    padding: 20%;
}

#nav_links {
    justify-self: center;
}

.form-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-contact > form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

iframe {
    resize: both;
}