body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.bg-primary {
    background: linear-gradient(269.85deg, #C74634 0%, #121212 54.89%);
}

.main-content {
    flex: 1 0 auto;
    align-content: center;
}

footer {
    flex-shrink: 0;
}

/* Customize dropdown menu */
.text-menu {
    color: #A6A6A6;
}
.header-nav {
    border-bottom: 1px solid #ffffff1a;
    position: sticky;
    top: 0;
    z-index: 1030;
}
.header-nav .dropdown-menu {
    background-color: #121212;
    padding: 0;
    border-radius: 0;
}
.header-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ffffff1a;
    padding: 10px 20px;
}
.header-nav .nav-item a:hover, .header-nav .nav-item a:focus, .header-nav .nav-link.active, .header-nav .nav-link.show  { 
    color: #fff;
}
.header-nav .dropdown-item:hover {
    background-color:#414042;
}