
.detailed-banner-container {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 12px;
    padding: 3rem;
    width: 50vw;
}
.detailed-Banner {
    background-image:linear-gradient(0deg, transparent, var(--color-bg-alt)),url('../img/report.webp');
    height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailed-banner-container h1 {
    font-family: var(--headfont);
	font-variation-settings: "wdth" 140, "wght" 300;
    
    line-height: normal;
    font-weight: bold;
    color: var(--color-title);
}

.detailed-banner-container p {
    font-family: var(--textfont);
   
}

.detailed-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100vh;
    width:80vw;
    margin: 0 auto;
}
