*  {
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: black;
   }

 / @font-face {
    font-family : soviet;
      src: url("../styles/soviet.ttf");
  }

  h1 {
  font-size : 300%;
  text-align : center;
  font-family: soviet;
  color : rgb(179, 26, 26);
  background-color : rgba(21, 18, 9, 0.98);
  width : 500px;
  border : rgb(255, 33, 33) solid 5px;
  border-radius : 3px;
  padding : 1.5%;
  margin-left: 27%;
  position : relative;
  width : 50%;
  }

  h3 {
    font-size : 250%;
    font-family : soviet;
    text-align : center;
    color : rgb(128, 0, 0);
    }    

  ul#nav_menu > li {
  display : inline-block;
  position : relative;
  left: -15%;
  margin-left : 400px;
  background : rgba(0, 0, 0, 0.915);
  padding : 5px 20px;
  border-radius : 3px;
  border : rgb(255, 33, 33) solid 3px;
  border-radius : 3px;
  }
 
  ul#nav_menu li a {
  font-size : small;
  font-family : soviet;
  font-weight : 900;
  display : block;
  color : rgb(179, 26, 26);
  z-index : 1;
  position : relative;
  }
  ul#nav_menu ul {
  display : none;
  position : absolute;
  top : 90%;
  left : 14px;
  width : 9em;
  padding : 10px;
  z-index : 9999;
  }
  ul#nav_menu > li:hover {
  background : rgb(41, 0, 0);
  }
  ul#nav_menu > li:hover ul {
  display : block;
  margin-left : -1.2em;
  background : rgb(10, 10, 10);
  box-shadow : 2px 2px 0 rgb(0, 0, 0, 0.5);
  border-radius : 3px;
  border : rgb(255, 33, 33) solid 3px;
  border-radius : 3px;
  }
  ul#nav_menu > li:hover ul li a {
  color : rgb(226, 49, 49);
  }
  ul#nav_menu > li:hover ul li a:hover {
  background : rgb(66, 1, 1);
  padding : 0 5px;
  }
 
 
  body{padding: 3%;
    overflow-y: scroll; /* Add the ability to scroll */
    -ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}


  p {
  font-size : 150%;
  text-align : center;
  color : rgb(128, 6, 0);
  }
  #two {
  background-color : rgba(0, 0, 0, 0.798);
  border-style : solid;
  border-color : rgb(176, 6, 6, 0.552);
  border-width : 10px;
  padding-bottom: 10%;
  padding: 8%;
  }
  #one {
	padding: 8%;
    text-indent: 60px;
    text-align: justify;
    background-color : rgba(0, 0, 0, 0.8);
    border-style : solid;
    border-color : rgb(176, 6, 6, 0.552);
    border-width : 10px;
    }

    .video{	
      margin-top: 6%;
      margin-left: 1%;
      position: relative;
      left: 25%;
      border: 3px solid;
      color: rgb(0, 0, 0);
      box-shadow: 0 0 6px 6px #ff0404;}

      .cmdr{
        position: relative;
        left: 0%;
        height: auto;
        width: 70%;
        padding: 1%;
        margin: 14%;
        border: 3px solid;
        color: rgb(0, 0, 0);
        box-shadow: 0 0 6px 6px #ff0404;
      }

main{

  

 
  overflow: hidden;
  border: 3px solid;
  color: rgb(0, 0, 0);
  box-shadow: 0 0 6px 6px #ff0404;
  }
  
  .scroll{
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }
      