@font-face {
  font-family: 'VT323';
  src: local('VT323-Regular.tff');
  src: local({% static 'VT323-Regular.tff' %});
}




.htmlbg {
  margin: 0;
  min-height: 100%;
  width: 100%;
  background-color: #eceff0;
  animation-name: example;
  animation-duration: 1s;
}

.htmlbg2 {
  margin: 0;
  min-height: 100%;
  width: 100%;
  background-color:#1B1B21;
  animation-name: example;
  animation-duration: 1s;
  
}



@keyframes example {
  from { background-color: #dbdedf; }
  to { background-color: #eceff0; }
}

body {
  font-family: 'VT323';
  margin: 0;
  min-height: 100%;
  width: 100%;
}

.bigbody {
  margin: 0;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.bigbody2 {
  margin: 0;
  min-height: 100%;
  width: 100%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fdf5e6;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 60px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #eceff0;
}

.sidenav .closebtn {
  position: absolute;
  top: 6px;
  left: 25px;
  font-size: 30px;
  margin-left: 8px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.buttonlogo {
  padding-left: 1rem;
}

.loginbtn {
  top: 52px;
  right: 52px;
  position: absolute;
  z-index: 0;
}

.content {
  height: 68%;
  width: 100%;
}

.youtube {
  width: 94%;
  margin: 2%;
  height: fit-content;
}

.indextitle {
  text-align: center;
  font-size: 40px;
}

.gmainpage {
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 10%;
}

@media only screen and (max-width: 720px) {
  .gmainpage {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 8px;
  }

  .indexitems {
    text-align: center;
    font-size: 25px;
  }

  .indextitle {
    text-align: center;
    font-size: 40px;
  }
}

.indexitems {
  text-align: center;
  font-size: 25px;
}

.theight {
  height: 75%;
  padding-top: 1%;
  position: absolute;
}

@media screen and (max-height: 450px) {
  .theight {
    height: 60%;
    position: absolute;
  }
  .indexitems {
    text-align: center;
    font-size: 10px;
  }

  .indextitle {
    text-align: center;
    font-size: 24px;
  }
}

@media only screen and (max-width: 720px) {
  .arty {
    font-size: 8px;
  }

  .arty2 {
    font-size: 18px;
    position: fixed;
  }

  .indexitems {
    text-align: center;
    font-size: 10px;
  }

  .indextitle {
    text-align: center;
    font-size: 24px;
  }
}

.image-placeholder img {
  max-width: 100%;
  height: auto;
  display: block;
}

.image-placeholder {
  width: 100%;
  display: flex;
  justify-content: center; /* centers the image */
}
