body {
  overflow: hidden;
}

.okvir {
  margin: 0px auto;
  background-color: black;
  text-decoration: none;
  color: #0000FF;
  font-family: sans-serif;
  
}

#shim {
  position: relative;
  top: 6vh;
  font-family: 'Permanent Marker', cursive;
  position: absolute;
  visibility: hidden
}

h1 {
  position: relative;
  top: 10vh;
  font-family: 'Permanent Marker', cursive;
  font-size: 6vh;
  letter-spacing: 0.5vw;
  text-align: center;
  color: yellow;
  text-shadow: 0.3vh 0.3vh 0.3vh white,
  0.3vh 0.3vh 0.3vh orange;
}

#pacman {
  position: relative;
  margin: 1.5625vw auto;
  top: 15vh;
  width: 29.84375vw;
  height: 51.08695652173913vh;
  align-content: center;
  align-items: center;
  border-radius: 0.390625vw;
  -webkit-border-radius: 0.390625vw;
  -moz-border-radius: 0.390625vw;
  -ms-border-radius: 0.390625vw;
  -o-border-radius: 0.390625vw;
}
