﻿.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tblFill {
    background-color: cadetblue;
    height: 30px;
    width: 90%;
    color: white;
}