html{
  height: 100%;
}
body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
footer{
  margin-top: auto;
}
.card2{
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}

.card2:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.img-main{
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.navbar-light {
    background-color: rgba(230,230,230,0.80) !important;

}
body {
	background-color: rgba(248,248,248,1.00)
	!important;
	
}
header{
	background-color: white
	!important;;
}

.buttonlike {
  /*font: bold 11px Arial;*/
  	text-decoration: none;
  	border-radius: 20px; 
	color: white; 
	background-color: lightcoral;
	height: 50px !important;
	padding: 0px 15px;
}