@import url('https://fonts.googleapis.com/css?family=Poppins');
body{
    background-color: rgb(238, 236, 235);
    font-family: Poppins;
    text-align: center;
}
/* navbar */
.navbar{
    background-color: black !important;
}
.nav-link{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
}
.nav-link:hover{
    color: white;
}
.nav-link:active{
  color:  rgb(241, 180, 158);
}
.card-img-top{
    height: 250px;
    width: 100%;
}
.btn{
    background-color: turquoise;
    color: rgb(0, 0, 0);
}
.btn:hover{
    background-color: black;
    color: rgb(255, 255, 255);
}
.price{
    position: absolute;
    right: 0;
    margin-right: 1rem;
}
