.database-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.database-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#pageContent {
    padding-bottom: 50px;
    background: white;
    border: 1px solid #919191;
}
body {
    background: rgb(249, 249, 249);
}
.content {
    background: gray;

    /*
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    height: 100%; */
}
