

h1 {
    color: black;
    /* text-shadow: 2px 4px 4px goldenrod; */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
button {
    font-size: 1.2rem;
    padding: 13px 20px;
    border-radius: 9px;
    background: none;
    opacity: 0.8;
}
button a {
    text-decoration: none;
    color: white;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


@media screen and (max-width:600px) {
    body {
        margin: 0;
    }

.video-background-container {
  position: relative; 
  height: 100vh;    
  width: 100vw;
  overflow: hidden;   
}


.video-background-container video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; 
  z-index: -1;      
}


.content-overlay {
  position: relative;
  z-index: 1; 
  color: white;
  text-align: center;
  padding: 20px;

}
.audio-btn {
    border-radius: 30px;
    padding: 5px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
  

}

@media screen and (min-width:600px) {
    body {
    background-image: url('https://images8.alphacoders.com/552/552632.jpg');
    background-size: cover;
    background-repeat: no-repeat;
   }

   h1 {
    color: black;
    text-shadow: 2px 4px 4px goldenrod;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
   .bg-video-sm {
    display: none;
   }
   .audio-btn {
    display: none;
   }
}