@charset "UTF-8";
html,body {
  height: 100%;
  min-width: 1200px;
}
.bgimg {
  overflow: auto;
  position: relative;
}
.bgimg::before {
content: "";
position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  background-image: url('/img/wm.svg');
  background-position: center;
  background-size:cover;
  width: 100%;
  height: 100%;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.navbar-brand
{
  font-family: 'Audiowide', cursive;
  /* font-family: 'Racing Sans One', cursive; */
  font-size: 4rem;
}

.navbar-nav
{
  font-family: 'Racing Sans One', cursive;
  font-size: 1.25rem;
}
.navbar-nav, li
{
  padding-right: 35px;
}

.card-glass {
border-radius: 25px;
background: rgba(200, 200, 200, 0.15);
backdrop-filter: blur(30px);
}

.land-page-content {
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}
hr {
  margin: auto;
  width: 40%;
}