@font-face {
    font-family: monospace;
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvas {
    background-color: #000;
}

a {
    text-decoration: none;
    color: white;
}

body {
    overflow: hidden;
}

.bigtext {
    font-weight: none;
    color: #FFFFFF;
    text-shadow: none;
    font-family: monospace;
    font-size: 15px;
    text-shadow: 0px 0px 10px rgba(255, 119, 252, 255);
}

.japanese2 {
    color: rgba(255, 119, 252, 100);
    text-shadow: 0px 0px 3px rgba(244, 173, 66, 100);
    font-size: 15px;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}


.cssload-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 105%;
background: #000;
z-index: 999999;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

#video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; 
  transition: 1s opacity;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  zoom: 120%;
}

img {
    filter: drop-shadow(0px 0px 20px rgba(244, 173, 66, 255));
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

h1 {
    margin: 0px -5px;
    font-family: monospace;
    color: white;
    text-shadow: 0px 0px 10px rgba(182, 238, 255, 100);
    font-size: 19px;
}

.overlay:after{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    min-height:100%;
    background:url(../overlay.png);
    background-repeat:repeat;
}