*{
    margin: 0px;
    padding: 0px;
}
.border-circle
{
  width:40px ;
  height:40px ;
  border-radius: 40px;
}




.card {
  border-radius: 15px;
   
 
}
.button {
  
  border: none;
  color: white;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

  cursor: pointer;
  height: 40px;
  
}
.button4 {border-radius: 15px;}


