@import "./homePage.css";
@import "./navbar.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');


body::before {
    content: "";
    background: url('/assets/newmusicCitySkyline.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}

body::after { 
    background-color: #4d0101; 
    content: ""; 
    display: block; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: -1; 
    opacity: 0.5;
} 