.container {
    position: relative;
    height: 98vh;
}

.tab {
    display: flex;
    gap: .1rem;
    flex-wrap: nowrap;
}

.tab>button {
    border: none;
    height: 1.6rem;
    width: 10rem;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
}

.tab_page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tab_page>button {
    width: 8rem;
    height: 2rem;
    margin: .2rem;
    border: none;
    background-color:blanchedalmond;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer {
    position: absolute;
    width: 100%;
    text-align: center;
    /* display: flex;
    justify-content: center; */
    bottom: 0;
}