@font-face {
  font-family: '000webfont';
  src: url('/assets/000webfont.woff2') format('woff2'),
       url('/assets/000webfont.woff') format('woff');
}

@font-face {
  font-family: 'basiic';
  src: url('/assets/basiic.woff2') format('woff2');
}

body {
  font-family: '000webfont', sans-serif;
  background-color: #000000;
  color: #c9c7c8;
}

h1, h2, h3 {
  font-family: '000webfont', sans-serif;
}

.navbar {
  display: flex;
  justify-content: center;
  z-index: 5;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navbar ul li {
  float: left;
}

.navbar ul li a {
  display: block;
  text-align: center;
  color: #bf0000;
  padding: 10px;
  text-decoration: none;
  font-size: 25px;
  z-index: 10;
}

.navbar ul li a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.logo {
  display: block;
  margin: auto;
  height: auto;
  max-width: 30%;
  z-index: 10;
}

.img-container {
  display: block;
}

.nav-overlay1 {
  width: 30%;
  height: auto;
  z-index: 20;
  float: left;
}

.nav-overlay2 {
  transform: scaleX(-1);
  width: 30%;
  height: auto;
  z-index: 20;
  float: right;
}

.grid {
  display: grid;
  top: -190px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

.grid a {
  text-align: center;
  text-decoration: none;
  color: white;
}

.grid img {
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: -15px;
  width: 70%;
  height: auto;
}

.grid h1 {
  position: relative;
  margin-top: 10px;
}

.grid .object {
  position: relative;
  z-index: 0;
  border: 20px transparent solid;
  border-image: url('/assets/border.gif') 30 stretch;
}