.flex-container {
    position: relative;
    top: 0;
    height: 100vh;
    display: flex;
}
.flex-child {
    justify-content: center;
    display: flex;
    margin: auto;
}
table .mw {
    width: 1px;
    white-space: nowrap;
}