.dataEntryContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items:center;
    justify-content: center;
    width: 700px;
    height: 100px;
    background-color: darkgrey;
}

