﻿/* Both */

html, body {
    height: 100%;
    margin: 0;
}

main {
    flex: 1;
}

html {
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #f9f7f6;
    font-family: 'Poppins', sans-serif;
}

.navbar {
    border-bottom: 1px solid #2f3133 !important;
}

.dark-bg {
    background-color: #101316 !important;
}

.card-dark {
    background-color: #0b0d0f !important;
}

.card-sm {
    max-width: 400px !important;
    margin-left: auto;
    margin-right: auto;
}

.card-md {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: inline-block !important;
}

@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px solid #2f3133;
    }
}

.table-wrapper {
    border: 1px solid #2f3133;
}

th {
    background-color: #121416 !important;
}

td {
    background-color: #0b0d0f !important;
}