.heading
{
    background-color: red !important;
    width: 100%;
    height: 40px;
}
#blog
{
    
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
   padding: 10px;
    text-align: center;
    font-weight: bolder;
    color: white;


}
.bck
{
    background-color: black;
}
.navbar-custom
{
    color:white;
    background-color: black;
}
.nav-link
{
    color:white ;
}
.nav-link:hover
{
    color: orange;
}
.navbar-brand:hover
{
    color:orange
}
.login
{
    color:white;
    margin: 2px;
    margin-right: 10px;
    margin-bottom:10px;
}
.signup
{
    
    color:white;
    
    
}
li
{
    display: inline-block;
    
}

.products
{
    color:red;
    font-size: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    margin: 30px;
    font-weight: bolder;

}
.aaa
{
    background-color: black;
    color: blanchedalmond;
}
.fab
{
    color: blanchedalmond;
    margin: 5px;
}

/* ---------------------SIgnup-------------------------------- */
.sign
{
    color:red;
    font: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 30px;
    

}
.bu
{
    background-color: red !important;
    color:black !important;
}


/* -------------------------LoginF----------------------------- */
.qwe 
{
    
    font: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 30px !important;
    color:red;

}



/* -----------------ProductLGlassProtect */
.colo {
    background: #00b09b;
    background: -webkit-linear-gradient(to right, #00b09b, #96c93d);
    background: linear-gradient(to right, #00b09b, #dd9309);
    min-height: 100vh;
  }
  
  .text-gray {
    color: #aaa;
  }
  .glass
  {
      font-weight: bolder;
  }