body {
    background: black;
    width: 1200px;
    margin: auto;
    font-family: MS UI Gothic;
    font-size: 12px;
    position: relative;

}

.hexagon {
        margin-top: 80px;
        margin-left:160px;
    border-radius: 10px;
  background: #fe7107;
  box-shadow: 0px 0px 3px #fe7107;
  width: 802px;
  height: 702px;
  position: absolute;

  clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
  
}

.container {
    width: 800px;
    height:700px;
    margin: 0 auto;
    margin-top: 1px;
    border-radius: 10px;
    background: black;
    box-shadow: 0px 0px 3px #fe7107;
    overflow: hidden;
   clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    z-index: 1;
    position: relative;
}

header {
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 50px;
    font-family: arial;
    font-size: 40px;
    height: 80px;
    width:700px;
    background:url(https://i.postimg.cc/pTP9MJZS/headercomb.png);

}

#backtexture {
    position: absolute;
    z-index: -1;
    left: -120px;
    margin-top: 345px;
}

#backtexture2 {
    position: absolute;
    z-index: -1;
    left: 910px;
    margin-top: 245px;
}

.headerdivder{

    background:url(https://i.postimg.cc/MHNwZdqY/bordergif.gif);
    filter: brightness(100%);
    display: inline-block;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    color: black;
    margin-bottom: 0;
    padding-right: 15px;
    padding-top: 2px;
}

.box {
    background: black;
    width: 800px;
    height: 700px;
    margin: auto;
    border-top: none;
    border-bottom: none;
    padding: 10px;
    position: relative;
    border-radius: 0px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.47);
    display: flex;
      overflow: scroll;
}


.flexbox-left {
    width: 340px;
    padding: 5px;
    position: relative;
    margin-right: 15px;
    margin-left: -5px;
}

         @font-face {
              font-family: retrocomputer;
              src: url(/retro_computer.ttf);
            }


h2 {
    color: #fe7107;
    margin-left: 220px;
    font-size: 30px;
    font-family: retrocomputer;
}


        .leftinside4 {
        height: 400px;
        width: 400px;
        background-color: #000000;
        padding: 5px;
        margin-left: -370px;
        margin-bottom: 10px;
        margin-top: 100px;
        }
p {
    
    color: #fe7107;
    font-family: MS UI Gothic;
    font-size: 14px;
}

a {

        color: #fe7107;
    font-family: MS UI Gothic;
    font-size: 14px;
}