body {
	background-color: #000000;
	text-align: center;
	font-family: 'Rubik Puddles';
	font-size: 180%;
	color: #fff3e3;
}
.img-insta_fb {
	height: 200px;
	width: 200px;
	object-fit: cover;
}
table, th, td {
	border: 0px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}
.kontakt {
	text-align: center;
	font-family: 'Montez';
	font-size: 120%;
	color: #e7ccba;
}
svg {
	font-family: "Rampart One", sans-serif;
	width: 100%; height: 100%;
}
svg text {
	animation: stroke 7s infinite alternate;
	stroke-width: 2;
	stroke: #FFC3D2;
	font-size: 67px;
}
@keyframes stroke {
	0%   {
		fill: rgba(255,186,129,0); stroke: rgba(255,195,210,1);
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	70%  {fill: rgba(255,186,129,0); stroke: rgba(255,195,210,1); }
	80%  {fill: rgba(255,186,129,0); stroke: rgba(255,195,210,1); stroke-width: 3; }
	100% {
		fill: rgba(255,186,129,1); stroke: rgba(255,195,210,0);
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}
.wrapper {background-color: #000000};


a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}