body{
  overflow: hidden;
}

.m-title{
  font-size: 4vh;
}

.wrapper{
  width: 100%;
  height: 100%;

  margin-top: -2%;

  display: flex;
  justify-content: center;
  align-items: center;

  font-family: Consolas, Consolas;
}

.item{
  width: 100%;
}

.kto-lower-text{
  font-size: 2vh;
  opacity: 0.8;
  width: 90%;

  display: inline-block;
}

#footer{
  position: fixed;
  bottom: 0.5%;
  left: 0;

  font-family: Consolas, Consolas;
  font-size: 1.6vh;

  color: black;
  opacity: 0.6;

  width: 100%;

  display: flex;
  justify-content: center;
}

a{
  text-decoration: none;
}
a:active{
  text-decoration: none;
}