@charset "UTF-8";
/* CSS Document */

/*
.wrapper {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  width: 100%;
}
*/

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-hpic {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.text {
  font-family: verdana, sans-serif;
  font-size: 16px;
  letter-spacing: 0.6em;
  /* margin-top: 25%; */
  color: #000;
  text-align: center;
  height: 20px;
}

.text a {
  color: #000;
  text-decoration: none;
}

/*
@media (max-width: 768px) {
.text {
  font-size: 16px;	
 }
}
*/

@media (max-width: 375px) {
.text {
  font-size: 16px;	
 }
}


/* 
Corona lockdown
@-webkit-keyframes colorchange {
  0%  {background: #ffff00;}
  50%  {background: #ff0000;}
  100%  {background: #ffff00;}
}
@keyframes colorchange {
  0%  {background: #ffff00;}
  50%  {background: #ff0000;}
  100%  {background: #ffff00;}
}
 */


/* tanzt */
@-webkit-keyframes colorchange {
  0%  {background: #ff00ff;}
  50%  {background: #ffff00;}
  100%  {background: #ff00ff;}
}
@keyframes colorchange {
  0%  {background: #ff00ff;}
  50%  {background: #ffff00;}
  100%  {background: #ff00ff;}
}




