/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: auto; /* Change from thin to auto */
    scrollbar-color: #f97316 #1f2937; /* thumb color, track color */
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}



.f-poppins {
  font-family: 'Poppins', sans-serif;
}

/* Hero Background */
.hero-background {
    background: url('/assets/images/microphone.jpg') center/cover no-repeat;
    opacity: 0.2;
}



#lunaradio{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:300;
    overflow:hidden;
    display:block
}

