html,
body {
    width: calc(100vw - 35px);
    height: calc(100vh - 30px);
    background-color: #ffffff;
}

.flexArea {
    display: flex;
    align-items: center;
}

.flexBetween {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mar-left-5 {
    margin-left: 5px;
}

.mar-top-5 {
    margin-top: 5px;
}

.table-tag {
    margin: 3px;
}