body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 140px;
}

nav {
    margin-bottom: 60px;
}

footer {
    color: white;
    background-color: #1A1A1A;
    width: 100%;
    height: 81px;
    position: absolute;
    bottom: 0;
    left: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 600 !important;
}

h1,
h2 {
    padding-bottom: 15px;
}

h3,
h4 {
    font-size: inherit !important;
}

h3 {
    text-transform: uppercase;
}

h4 {
    font-style: italic;
}

table {
    width: 100%;
}

.tabla {
    margin-top: 22px;
    margin-bottom: 18px;
    padding-bottom: 4px;
    overflow-x: auto;
}

tr,
th,
td {
    border: 1px solid #1A1A1A;
}

.btn {
    margin-bottom: 14px !important;
    white-space: wrap !important;
}


.welcome {
    margin-bottom: 30px;
}

.card {
    margin-bottom: 15px;
}

.btn-link {
    color: white !important;
}

.strong {
    font-weight: 600 !important;
}