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

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-wrap: balance;
}

.wrapper {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertikal */
}

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


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

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


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

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

/* entertain us */
@-webkit-keyframes colorchange {
  0%  {background: #ff0000;}
  50%  {background: #fff000;}
  100%  {background: #ff0000;}
}
@keyframes colorchange {
  0%  {background: #ff0000;}
  50%  {background: #fff000;}
  100%  {background: #ff0000;}
}




