body {
	width: 100wh;
	height: 100vh;
	color: #fff;
	background: rgb(0,0,0);
    background: -moz-linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(56,56,56,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(56,56,56,1) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(56,56,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#383838",GradientType=1);
    font-family: 'Roboto', sans-serif;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
button:hover, button.active {
    color: #ffffff !important;
}
button:hover .ico, button.active .ico {
    color: #750A13 !important;
}
h1,
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

.shake {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
  }
.btn {
    background: #000000;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 45px;
    color: #fff;
    position: relative;
    line-height: normal;
    height: auto;
    box-shadow: none;
    border: none;
    white-space: normal;
    margin-bottom: 30px;
    min-width: 80%;
}
.btn .ico {
    margin-right: 10px;
    color: #fff200; 
}
.btn:hover {
    background: #fff200;
    color: #000000;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}
.btn:hover .ico {
    color: #000000; 
}
  .element {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: red;
  }
  @keyframes shake-animation {
	 0% { transform:translate(0,0) }
	1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(0,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(0,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
  }

  .backdrop {
	  -moz-box-shadow: 0px 6px 5px #111; 
	  -webkit-box-shadow: 0px 6px 5px #111; 
	  box-shadow: 0px 2px 10px #111; 
	  -moz-border-radius:190px; 
	  -webkit-border-radius:190px; 
	  border-radius:190px;
  }

  .linktree {
	  width: 120px;
	  height: 120px;
	  background-image: url("../assets/image/perfil-josi.jpg");
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
      border: solid 2px;
  }
a.feandriolo {
    color: #ffffff !important;
    opacity: 0.6;
    text-decoration: none !important;
}
a.feandriolo:hover .branco {
    color: #ffffff;
    opacity: 1 !important;
}
a.feandriolo:hover .rosa {
    color: deeppink;
    opacity: 1 !important;
}
a.feandriolo:hover .azul {
    color: deepskyblue;
    opacity: 1 !important;
}