@import url('https://fonts.upset.dev/css2?family=Zen+Dots&display=swap');
@font-face {
    font-family: "shmup";
    src: url("shmup.ttf");
}
body
{
  font-family: 'Zen Dots', "shmup", monospace, sans-serif;
  background-color: black;
  color: white;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  min-height: 100%;
  vertical-align: middle;
}
#language
{
  top: 5px;
  right: 5px;
  position: fixed;
}
#Menu
{
  width: 100%;
  height: 100%;
}
#MenuImg
{
  width: 590px;
  height: 430px;
  margin: 25px 50px;
}
#swf
{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*position: relative;*/
  display: grid;
  justify-content: center;
  align-items: center;
}
#copyricht
{
  font-size: 10px;
}
a
{
  color: cyan;
}
nav a
{
  text-decoration: none;
  color: white;
}
#comingsoon
{
  margin: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform:translate(-50%, -50%);
}