@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Sawarabi Gothic', sans-serif;
  text-align: center;
  overflow: scroll;
  margin: 0;
  background-image: url("../img/bg_vol2.png");
  background-repeat: repeat;
	
}

/*h4 {
  margin-bottom: 20;
  text-align: center;
}*/

small {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.fa-heart {
  color: red;
}

.loveMe {
  height: 320px;
  width: 320px;
  background: url("../img/feature1.png");
 no-repeat center  center/ cover;
  margin: auto;
 /* cursor: pointer;*/
  max-width: 100%;
  position: relative;
}

.loveMe .fa-heart {
  position: absolute;
  animation: grow 0.6s linear;
  transform: translate(-50%, -50%) scale(0);
}

@keyframes grow {
  to {
    transform: translate(-50%, -50%) scale(10);
    opacity: 0;
  }
}
.btn {
    margin:5px auto;
	display:block;
    text-align: center;
	text-decoration: none;
	width: 140px;
	height: 30px;
    color: #fff;
    background: linear-gradient(45deg, #4C64D3 0%, #CF2E92 100%);
}


.wrap-btn{
	text-align: center;}
