html {
    position: relative;
}

a {
    text-decoration: none !important;
}

.bg-gradient-primary {
    background: rgb(10,122,255);
background: linear-gradient(90deg, rgba(10,122,255,1) 0%, rgba(94,184,255,1) 100%);
}

/* Jumbotron */
.jumbotron {
    min-height: 20rem;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

.jumbotron h1 {
    font-size: 8ch;
}

.sec-list-content {
    min-height: 40rem;
    background-image: url('https://static.vecteezy.com/system/resources/previews/015/452/755/non_2x/abstract-background-horizontal-wave-lines-design-and-pattern-on-black-background-and-texture-free-vector.jpg');
    background-size: cover;
}

.sec-list-content .card img {
    object-fit: cover;
    aspect-ratio: 5/4;
}

.sec-list-content p {
    font-size: 1.4ch;
}
