﻿html,
body {
  font-family: "TechnaSans-Regular";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  overflow-x: hidden;
  overflow-y: hidden;
}

:-webkit-full-screen,
:fullscreen,
:-ms-fullscreen,
:-moz-full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: none;
}

#preload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#preload-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloadercenter {
  width: 50%;
  object-fit: contain;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
