body {
	width: 100wh;
	height: 90vh;
	color: #fff;
	background: linear-gradient(90deg, rgba(56, 188, 177, 1) 0%, rgba(28, 102, 117, 1) 50%, rgba(0, 42, 71, 1) 100%);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	padding-top: 30px;
}

@-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%
	}
}

h1,
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

h2 {
	color: #fff !important;
	padding-top: 20px;
}


.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("lebenszeit-pflege-gmbh-thumbnail.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


.text-center {
	text-align: center;
}


.link-box {
	padding-bottom: 30px;
}

 
.btn {
	width: 80%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: 400 !important;
}


.shake {
	animation: shake-animation 4.4s ease infinite;
	transform-origin: 50% 50%;
	font-weight: 600 !important;
	margin-top: 30px !important;
}


.fa {
	padding-right: 10px;
}


.footer p {
	text-align: center;
	color: #f3f3f3;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}


.footer .knvrted-heart {
	font-size: 12px;
}


.footer a {
	color: #f3f3f3;
}


.footer a:hover {
	color: #fff;
}