@import url("https://fonts.googleapis.com/css?family=poppins&display=swap");


body{
    font-family: poppins, serif;
    background-color: rgb(8, 8, 8);
    
}
a{
    text-decoration: none;
    font-size: larger;
}



.navbar-nav>.nav-item>.nav-link.active{
    color: antiquewhite;
  }
  
  .nav-link {
    color: rgb(135, 117, 94);
  } 

.card{
    text-align: center;
   
    border-style: none;
    border-radius: 15px;
    margin-inline: 15px;
    margin-block: 10px;
    color:antiquewhite;
    background-color: rgb(8, 8, 8) ;
}

.card>img{
    border-radius: 25px;
    box-shadow: 0 0 50px;
    margin-bottom: 10px;
    width: 100%;
}





