html, body {
   
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
    padding: 0;
    margin: 0;
}

.container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
}

.title {
    z-index: 1;
    font-family: sans-serif;
    font-size: 15px;
    color: white;
    text-shadow: 0 0 10px #000000;
    user-select: none;
    padding: 0 5px 15px 15px;
    position: relative;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.body {
  border-style: none;
  border-width: 1vw;
  border-color: #000;
  border-radius: 0px;
  background-color: #000026;
  cursor: auto;
}

.text-block {
  height: 100%;
  min-height: 100%;
  text-align: center;
}

.div-block {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container {
  display: flex;
  min-height: 200px;
  justify-content: center;
  align-items: center;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-two {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  display: none;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}


