@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&family=Reenie+Beanie&display=swap");#backgroundVideo{position:fixed;right:0;bottom:-11;min-width:100%;min-height:100%;pointer-events:none;z-index:1}#nav{z-index:6;position:fixed;font-family:Montserrat,sans-serif;font-weight:800;color:white;width:100%;display:flex;justify-content:center;align-items:center;padding:2rem}#nav ul{list-style:none;display:flex;gap:3rem}#nav a{text-decoration:none}#nav a:hover{color:black}#center{color:white;position:fixed;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.centerTitle{font-family:Reenie Beanie,cursive;font-size:150px}.centerSubtitle{font-family:Permanent Marker,cursive}#containerTracklist{color:white;position:fixed;z-index:2;width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:1rem 0;gap:2rem;overflow:auto}.container{position:relative;text-align:center;color:white}#trackDetails{width:50%;padding-left:2.5rem;padding-right:1.5rem;font-family:Montserrat,sans-serif;display:flex;flex-direction:row}.musicVideo,.trackDesc,.trackTitle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.trackTitle{font-weight:800;text-transform:uppercase;overflow:auto}.trackDesc{font-size:12px;text-align:end;overflow:auto}.trackBackground{pointer-events:none;width:10rem;box-shadow:10px 7px 10px rgb(71,71,71)}#centerVideo{color:rgb(204,204,204);position:fixed;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.mvFrame{pointer-events:none}.mvTitle{font-family:Montserrat,sans-serif;font-weight:600;display:flex;flex-direction:row;gap:2rem}.active{text-decoration:underline}#footer,.active,.active:hover,.inactive:hover{color:white}#footer{z-index:6;position:fixed;font-family:Montserrat,sans-serif;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;bottom:0}.credits{padding-top:.5rem;font-size:10px}.socials{font-size:30px}@media (max-width:620px){#centerVideo,#containerTracklist{margin-top:100px;margin-bottom:100px;position:relative;overflow:scroll;color:white;font-family:Montserrat,sans-serif}#centerVideo{font-weight:600}#nav ul{gap:1rem}}:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}