*{
  box-sizing: border-box;
}
/**/

body{
  background-image: url("assets/images/try_again.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100vh;
}

@font-face {
  font-family: "Germanica";
  src: url(assets/lib/fon/Germanica.otf);
}

@font-face {
  font-family: "Regular";
  src: url(assets/lib/fon/Testuale.woff2);
}

@font-face {
  font-family: "Bold";
  src: url(assets/lib/fon/Testuale2.woff2);
}

.invis-but{
  padding: 8px;
  min-width: 6em;
  color: transparent;
  font-family: "Bold";
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}