body {
    background-color: #fcfcfc;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.header {
    background-image: url(header.jpg);
    position: relative;
    background-position: center center;
    background-size: contain;
    height: 60vh;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}

.list-group-item {font-size: 11pt;
}

.carousel-img {
    height: 450px;
    object-fit: cover;
}

html {
    scroll-behavior: smooth;
}