@font-face {
  font-family: "space-bd-bt";
  src: url("https://blogfonts.com/fonts/s/3/139003/file/Space_Bd_BT_Bold.ttf") format("woff"), url("https://blogfonts.com/fonts/s/3/139003/file/Space_Bd_BT_Bold.ttf") format("opentype"), url("https://blogfonts.com/fonts/s/3/139003/file/Space_Bd_BT_Bold.ttf") format("truetype");
}

body {
  background-color: #0f0f0f;
  background-attachment: fixed;
  margin: 0;
  color: #ffffff;
  text-shadow: 0 0 5px #000;
  scrollbar-color: #bfe3af;
  font-family: 'Nunito';
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #1f1f1f;
}

::-webkit-scrollbar-thumb {
  background: #bfe3af;
  /*background: linear-gradient(#6628af, #7e52d7,#939393);*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #87e28c;
  /*background: linear-gradient(#8233dc, #915ef7,#eeeeee);*/
  border-radius: 2px;
}

::-webkit-scrollbar-corner
#logo {
  border-image-slice: 1;
}

#logo > img {
  width: 100%;
}

#menu {
  background-color: rgba(0, 0, 0, 0.43);
  width: 100%;
  margin: 0;
  text-align: center;
  border-bottom: 2px solid;
  border-image: linear-gradient(0.25turn, #bfe3af, transparent);
  border-image-slice: 1;
}

.menu_cont_2 {
  display: flex;
}

.menu_2 {
  padding: 1vi;
  border-right: 2px solid;
  border-image: linear-gradient(to top, #bfe3af, rgba(109, 33, 33, 0)) 0 100%;
  transition-property: all;
  transition-duration: 1s;
  font-family: 'Chakra Petch';
}

.menu_2:hover {
  background-color: #bfe3af;
  transition-property: all;
  transition-duration: 1s;
}

.sticky {
  top: 0;
  position: fixed;
}

#container {
  text-align: center;
}

#warning {
  border: 3px ridge #87e28c;
  padding: 1vi;
  width: 50vi;
  margin: 5vi 24vi;
  box-shadow: 0 0 5px #bfe3af;
}

.img_box {
  padding: 0 0.5vi;
  display: flex;
  flex-wrap: wrap;
}

.img_1 {
  width: 24%;
  height: 100px;
  margin-left: 0.5vi;
  height: auto;
  padding: 0;
}

.img_1 > img, .img_2 > img, .img_4 > img {
  width: 100%;
  height: auto;
}

.img_2 {
  width: 48.5%;
  height: 100px;
  margin-left: 0.5vi;
  height: auto;
}

.img_4 {
  width: 97.5%;
  height: 100px;
  margin-left: 0.5vi;
  height: auto;
}

#footer {
  background-color: #87e28c;
  background-image: linear-gradient(to right, #bfe3af, #87e28c, #0f0f0f);
  outline: 2px solid #87e28c;
  border-top: 5px solid #0f0f0f;
  width: 100%;
  color: #0f0f0f;
  text-shadow: none;
  font-weight: 900;
}

.flex_box {
  display: flex;
}

.footer_ {
  width: 50%;
  height: 300px;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
  margin-top: 50px;
}

.footer__ > img {
  width: 50%;
}

.footer__ {
  width: 100%;
  height: 50px;
}

h1 {
  font-family: 'space-bd-bt', sans-serif;
  font-weight: bold;
  font-size: 150px;
}

h5 {
  font-size: large;
  color: #e53737;
  text-shadow: none;
  font-family: 'Chakra Petch';
  font-weight: bold;
  text-align: center;
}

.war {
  color: #e53737;
}

a:link {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #bfe3af;
}

a:visited {
  color: #ffffff;
}

#container > a:hover {
  color: #bfe3af;
}

@media screen and (max-width: 800px) {
  .img_1 {
    width: 100%;
  }
  .img_2 {
    width: 100%;
  }
  .menu_2 {
    padding: 10px;
  }
}
