body {
    margin: 0;
    padding: 0;
    height: 100vh; /* Set body height to 100% of the viewport height */
    width: 100vw; /* Set body width to 100% of the viewport width */
    background-image: url("../images/homepage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-fluid {
    backdrop-filter: blur(2px); /* Apply blur effect to the background image */
  }
  
  .btn {
    font-size: 50px; /* Increase the font size */
    padding: 15px 30px; /* Increase the button padding */
    margin-top: 20px; 
    
    border: solid 4px black;
    font-family: 'Comic Sans MS';
    color: white; 
  }

  .title h1 {
    font-family: 'Comic Sans MS', cursive; /* Choose a cartoon-style font */
    font-size: 1.5rem; /* Adjust the font size as needed */
    color: black; /* Choose a suitable text color */
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5); /* Add a shadow effect */
    letter-spacing: 4px; /* Adjust the letter spacing as needed */
    line-height: 1.2; /* Adjust the line height as needed */
    text-transform: uppercase; /* Convert the text to uppercase */
  }

  .title p {
    font-family: 'Comic Sans MS', cursive; /* Choose a cartoon-style font */
    font-size: 1rem;  
    color: black;
  }

  .title {
    background-color: #9a84be;
    text-align: center;
    border: solid 4px black;
    width: 100%;
  }

  .audio {
    display: none;
  }

  #playerOne {
    color: red;
  }

  #playerTwo {
    color: blue;
  }