@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body {
    background-color: #2b2e4a !important;
    margin: 0 auto;
    font-family: 'Lato', sans-serif !important;
    font-size: 2vmin !important;
    color: #e84545 !important;

}
#github {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
}

h1 {
    padding: 1rem;
}
.card-title {
    color: #e1701a !important ;
}
.fotorama {
    display: flex;
    justify-content: center;
}

.kraina {
    box-shadow:0 0 20px #53354a;
    margin: 0 auto;
    text-align: center;
}

.card {
    background-color: #53354a !important;
}

@media (min-width: 576px) {
    .card-group.card-group-scroll {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .card-group.card-group-scroll > .card {
        flex-basis: 35%;
    }
}


img {
    object-fit: cover;
    width: 100%;
    height:  25vmax;
}

.href {
    text-decoration: none;
    color: inherit;
    transition: all .2s;
}
.href:hover {
    color:#f7a146 ;
    text-shadow: 0 0 3px #f7a146 ;
}

.nasze {
    object-fit:contain;
}