
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background-color: black;
  }
  nav.top-nav{
    background-color: rgb(168, 3, 3);
    color: white;
    position:fixed ;
  }
  #nav-icon .icon{
    position: fixed;
    right: 0;
    top: 10px;
   
  }
  #nav-icon .icon span{ 
    padding-right: 10px;
   margin-top: 50px;
  }
  .logo{
    font-weight: 900;
    font-size: 20px;
  }
  .nav2{
    display: inline-block;
    position: relative;
    left: 35%;
    
    
  
  }
  .nav2 ul{
    display: flex;
    width: 100%;
    
  }
  .nav2 ul li{
    list-style-type: none;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .nav2 ul li a{
    color: rgb(216, 212, 212);
    padding: 30px;
    font-weight: 500;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .nav2 ul li a#current{
    color: white;
    text-decoration: underline;
    
  }

  #home-Title{
    font-family:cursive;
    color: black;
    text-align: center;
  }
  .card.product-card{
    border: 1px solid black;
box-shadow:3px 2px 3px 1px   black;
    width: 100%;
    border-radius: 20px;
  }
  .prof-image img{
    position: relative;
    left: 65px;
    top: 10px;
    border-radius: 100%;
    max-width: 15vw;
    max-height: 30vh;
    align-items: center;
    justify-content: center;
  }
 

  .likes-session{
    border: 1px solid black;
    margin-bottom: 10px;
  }
  .likes-btn{
    width: 100%;
    height: 100%;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  background-color: transparent;
  color: gray;
  }
  .no-likes{
    text-align: center;
    color: black;
    padding-top: 10px;
  }
  button.view-profile{
    border-radius: 50% 0%;
  }
  #ikon2{
    border-radius: 50%;
    border:2px solid black;
  }
  
.welcome{
  color:yellow;
}

