:root {
    --dark: #16191c;
    --dark-x: #1e2126;
    --light: #ffffff;


}

body {
    font-weight: 300;
    color: var(--light);

}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-dark-x {
    background-color: var(--dark-x) !important;
}

.form-control,
btn {
    min-height: 3.125rem;
    line-height: initial;
}

.tabla {
    color: #ffffff;
}

.btn {
    height: 50px;
    margin-left: 5px;
    margin-right: 20px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    height: 30vh;
}