.logo,.diamonds {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 180px;
}
.site-logo,.fire-pass,.gift-play,.earn-money,.easy-code,.greward{
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 90%;
	background-attachment: unset;
	color: #fff;
	text-shadow: 0px 0px 7px #000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 30px;
	border: 2px dashed #000;
	box-shadow: 0 0 10px 2px #000;
	background-position: center center;
	margin: 15px;
    transition:  .3s ease all;
}
.site-logo:hover,.fire-pass:hover,.gift-play:hover,.earn-money:hover,.easy-code:hover,.greward:hover {
  box-shadow: 0 0 12px 4px #000;
}
.site-logo{
	background-image: url('../images/sm-logo.webp');
}
.gift-play{
	background-image: url('../images/gift-play.webp');
}
.fire-pass{
	background-image: url('../images/fire-pass.webp');
}
.earn-money{
	background-image: url('../images/earn-money.webp');
}
.easy-code{
	background-image: url('../images/easy-code.webp');
}
.greward{
	background-image: url('../images/greward.webp');
}
a{
text-decoration: none;
transition:  .3s ease all;
}
a:visited {
  color: #fff;
}
a:hover {
  color: gold;
  opacity: .85;
}
a:link {
  color: #fff;
}
a:active {
  color: red;
}
