.spin {
  padding: 0.5rem;
  width: 90%;
  margin: auto;
  text-align: center;
}

@-webkit-keyframes rotation-l {
	from {
		-webkit-transform: rotate(359deg);
	}
	to {
		-webkit-transform: rotate(0deg);
	}
}

.spin-l1 {
	-webkit-animation: rotation-l 0.7s infinite linear;
}
.spin-l2 {
	-webkit-animation: rotation-l 0.3s infinite linear;
}

@-webkit-keyframes rotation-r {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

.spin-r1 {
	-webkit-animation: rotation-r 0.7s infinite linear;
}
.spin-r2 {
	-webkit-animation: rotation-r 0.3s infinite linear;
}

.center {
  margin: auto;
  margin-top: 0.5rem;
  width: 75%;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

img {
  display: block;
  margin: auto;
  text-align: center;
  width: 80%;
}

body {
  margin: 0;
  padding: 0;
}

.contact {
  margin-top: 3rem;
}

.fa {
  margin: 0.5rem;
  color: #888;
}

.fa:hover {
  color: black;
}

h2, p {
  color: black;
}

.mandala {
  margin-top: 2rem;
}

h2, p, .mandala, a {
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

.contact-text {
  color: #aaa;
  font-size: 70%;
}

.btn {
  color: black;
}

.btn-play {
  margin-top: 2.5rem;
  border-radius: 6px;
  font-size: 12pt;
  padding: 10px;
}

.btn-play:hover {
  background-color: #d7edf9;
}

.btn-mandala {
  border-radius: 10px;
  padding: 15px;
  font-size: 12pt;
  color: white;
  background-color: #5cb85c;
}

.btn-mandala a {
  color: white;
}

.btn-mandala:hover {
  background-color: #84d684;
}

.icon-holder {
  margin-left: 0.25rem;
  padding-top: 2rem;
}

@media only screen and (min-width: 760px) {
  body {
    background-color: lightblue;
  }
  .spin {
    width: 40%;
  }
  .center {
    width: 45%;
  }
  img {
    width: 100%;
  }
}
