/** @format */

@font-face {
  font-family: "bptypewrite";
  src: url("bptypewrite.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #4e3984;
  color: white;
  overflow: hidden;
  position: fixed;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#scroll-blocker {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 2147483647 !important;
  touch-action: none !important;
  background: transparent;
  pointer-events: auto !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
  -webkit-overflow-scrolling: auto !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#c {
  touch-action: none;
}

#main {
  margin: auto;
  display: flex;
  padding-top: 4vh;
}

#main > article {
  flex: 1;
  font-family: "Open Sans";
  font-size: 1.25vw;
}

header,
footer {
  color: white;
}

h1 {
  font-family: "djb_eggsellentregular";
  font-size: 3vw;
  text-align: center;
  font-weight: normal;
  text-shadow: 2px 2px #8c4c8c;
  padding: 0;
  margin: 0;
}

h1 img {
  padding: 0;
  margin: 0;
  max-width: 1280px;
  width: 66%;
}

.game-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
  border: 1vh solid;
  border-color: #ccc;
  margin-left: auto;
  margin-right: auto;
  color: black;
  background: black;
}

.game-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  margin: auto;
}

.navbar a,
.navbar p {
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
  color: black;
  text-decoration: none;
  font-size: 300%;
  margin: 0;
  max-width: 160px;
  width: 12.5%;
  text-align: center;
}

.navbar a:hover {
  background-color: #fe8290;
  color: white;
}

canvas {
  width: 100%;
  background: black;
  color: black;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.copyright-info {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ccc;
  padding: 10px 20px;
  background: rgba(78, 57, 132, 0.9);
  z-index: 1000;
  pointer-events: auto;
  width: auto;
  max-width: 90vw;
}

.copyright-info a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.copyright-info a:hover {
  color: #fe8290;
  text-decoration: underline;
}
