.landingpage{
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../img/background.jpg") no-repeat center center;
    background-size: cover;
}

.vchange-logo{
    width: 20rem;
}

.left-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-container{
    display: flex;
    justify-content: center;
}

.right-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.row{
    --bs-gutter-x: 0rem;
}

.thead .mud-table-head {
    border-bottom: 2px solid var(--mud-palette-primary) !important;
}