body {
	width: 100wh;
	height: 90vh;
	color: #f8fdff;
	background: linear-gradient(-45deg, #00a8ff, #00a8ff, #00a8ff, #00a8ff);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

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%;
  }
  .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) }
  }


  .linktree {
	  width: 120px;
	  height: 120px;
	  background-image: url("silogomedium.png");
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  border: none;
  }
  .texta {
	  width: 80%;
	  text-align: center;
	  position: absolute;
	  color: #f8fdff;
	  font-size: 20pt;
	  font-weight: bold;
	  border-bottom: 1px dashed #f8fdff;
  }
