#linkContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 8em;
    width: 100%;
}

#linkContainer > a {
    width: 8em;
    height: 8em;
}
