<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.carousel-item {
    position: relative;
}
  
.carousel-caption h1 {
    font-size: 12vw;
    text-shadow: 1px 1px 15px #000;
    color: #ffffff;
}

.carousel-caption p {
    font-size: 4vw;
    text-shadow: 1px 1px 15px #000;
    color: #ffffff;
}

.carousel-caption .btn {
    btn-font-size: 700;
}

.carousel-caption {
    transform: translateY(-20vw);
}</pre></body></html>