@import 'theme/main.css';
@import 'theme/footer.css';
@import 'theme/navbar.css';


.title-img {
    background: url('../img/bg/bggame.jpg') no-repeat center center fixed;
    height: 150px;
}

.bg-title-black {
    height: 100%;
    background: #0000007c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.breadcrumb {
    margin-top: 1rem;
}

.breadcrumb-item a {
    color: black;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #3a3a3a;
}
