@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #212121;
}

.navbar-dark {
    background-color: #1a1a2e;
}

footer {
    background-color: #16213e;
    color: #e0e0e0;
}

    footer a {
        color: #e94560;
    }

a, a:visited {
    color: #e94560;
}

.btn-primary {
    background-color: #e94560;
}

    .btn-primary:hover {
        background-color: #c81e45;
    }

.table thead {
    background-color: #16213e;
    color: #e0e0e0;
}

h1 {
    font-weight: 600;
}