h1,
p,
span {
    font-family: "Alkatra", cursive;
    font-size: small;
}
a {
    text-decoration: none;
}
header {
    width: 100%;

    background-image: url("https://stalaktitas.lt/assets/img/header.webp");
    background-size: cover;
    margin: 0 auto;
}
.nav-item > a:hover {
    color: rgb(11, 11, 12) !important;
    background-color: rgb(161, 157, 165) !important;
}
.navbar-nav .active {
    color: rgb(11, 11, 12) !important;
    border: rgb(193, 191, 196) !important;
    background-color: rgb(217, 215, 219) !important;
}
.embed-responsive .card-img-top {
    width: 150px;
    object-fit: cover;
}

.card-ho {
    border: 1px solid #cccccc;
    border-radius: 8px;
}
.card-ho:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
