.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

nav {
    background-color: transparent;
    
}

#dreamFashion {
    background-image: url(gallery/dreamFashion/dreamBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Noto Serif", serif;
}

#backLink {
    text-align: center;
}


#lineSeperator {
    width: 40%; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

.card {
    border-radius: 20px;
    background-color: transparent;
}

.card img {
    border-radius: 20px;
}

#banner {
    z-index: -1;
    position: absolute;
}

#middle {
    border-radius: 100px;
}

#middle img {
    border-radius: 100px;
}
