@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');
body {
}
.container-fluid, .container {
    height: 100vh;
}
.container-1 {
    background-color: #ffff00;
}
.display-0 {
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'Raleway', sans-serif;
}
.hero .display-6 {
    line-height: 0.8;
}

@media (min-width: 768px) {
    .display-0 {
        font-size: 6rem;
        line-height: 5rem;
    }
}
.bs-light {
    color: var(--bs-gray-800);
    font-weight: bolder;
    -webkit-text-stroke: 1px solid black;
    /* text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8); */
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}
a:any-link {
    color: var(--bs-gray-700);
    text-decoration: none;
}
