*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a,li,ol,ul{
    list-style: none !important;;
    color: inherit !important;;
    text-decoration: none !important;;
    font-size: inherit !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55) !important;
}

.navbar-dark .navbar-brand {
    color: #fff !important;
    padding-top: .3125rem !important;
    padding-bottom: .3125rem !important;
    margin-right: 1rem !important;
    font-size: 1.25rem !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit !important;
}

body{
    min-width: 368px;
}


._container{
    max-width: 1365px;
    max-height: 100%;
    margin: 0 auto;
}