/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(./gicon.woff2) format('woff2');
}



/*body{background: #333;}*/
.like-container{


  /*padding: 0px 10px 0px 10px;*/
  padding: 0px 1px 0px 1px;
      
      
  display: inline;
  /*filter: url('#filter');*/
  cursor: pointer;
  
}




.like-cnt{  
  /*position: absolute; */
  /*cursor: pointer;*/
  /*left: 50%; */
  /*top: 50%; */
  /*transform: translate(-50%, -50%);     */
  
  /*background: rgba(255,255,255,0.3);*/
  background: rgb(169 169 169 / 30%);
  
  width: 60px; 
  height: 60px;  
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  z-index: 10;
  cursor: pointer;
}
.like-btn{
  color: #fff;
}

.gp-header{font-family: georgia; font-size: 40px; color: #ddca7e; font-style: italic; text-align: center; margin-top: 31px;}
.gp-footer{position: fixed; color: #fff; bottom: 10px; left: 50%; font-family: georgia; font-style: italic; transform: translateX(-50%);}
.gp-footer .soc_icons{display: inline-block; color: #ddca7e; margin: 0px 0px;}


::-moz-selection { background: transparent;}
::selection {background: transparent;}