p{
    font-size: 15px;
}

/* Select the li anchor tag inside the navbar and set the initial properties */
.navbar li a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease; /* Add a smooth transition effect */
  }
  
  /* Add a hover effect to the li anchor tag */
  .navbar li a:hover {
    color: black; /* Change the color on hover */
  }
  
.card{
    margin: 0 auto;
    float: none;
  }
 
 .bg{
    background-image: url(../images/ww.png);
    height: 750px;
    background-size: cover;
    background-attachment: fixed;

 }

 
 
.community{
    background-image: url(../images/ww.png);
    height: 550px;
    background-size: cover;
    background-attachment: fixed;
}



#join{
    background-image: url("../images/c.jpg");
}

.glass{
    background-image: url(../images/glass-milk-dry-chocolate-flakes-table.jpg);
    background-size: cover;
    height: 750px;
}