
#buttonId {
    margin-top: 10px;
}


div.scroll {
    height: 470px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.configDiv {
    display: none;
}


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


a.nav-link {
    white-space: nowrap;
}

