
body {
  background: url("/dect/13.png");
  background-attachment: fixed;
background-color: black;
        font-family: Arial;
        font-size: 15px;
      

}

h2

{

margin: 0;
color: white;

}

hr {
    border-top: 1px solid black;
}


.wrapper {
  
 width: 1000px;
 height: 100%;
background: url("/assets/cback11.jpg");
overflow: auto;
border: 2px solid black;
padding:5px;
display:auto;
background-attachment: fixed;


}

.left {
 width: 48%;
 float:left;
padding:2px;
background: url("/assets/33.png");


}

.right {
 width: 48%;
 float:right;
padding:2px;
background: url("");
}


.center {
  float: right;
   width: 70%;
border: 2px solid black;
padding:4px;
background: url("/assets/33.png");
vertical-align: middle;
}


.sidenav {
 float: left;
   width: 27%;
  background: white;
  overflow-x: hidden;
  padding: 4px;
}


/* fonts */ 

@font-face {
            font-family: "overseer";
            src: url("fonts/overseer.ttf") format("truetype")
        }

.overseer {
font-family: "overseer";
font-size: 20px;
}

@font-face {
            font-family: "pd";
            src: url("fonts/pdpro.ttf") format("truetype")
        }

.pd {
font-family: "pd";
font-size: 20px;
}


textarea {
  background-color: black;
  color: white;
  border:solid 1px grey;
  
}

  tr:nth-child(even) {background-color: #D4D4D4;}  


/* fonts */ 

@font-face {
            font-family: "overseer";
            src: url("fonts/overseer.ttf") format("truetype")
        }

.overseer {
font-family: "overseer";
font-size: 20px;
}

@font-face {
            font-family: "pro";
            src: url("fonts/pdpro.ttf") format("truetype")
        }

.pro {
font-family: "pro";
font-size: 30px;
line-height: 0.75em
}

/*fonts over*/


.marquee {
  position: relative;
  width: 40%;
  height: auto;
  overflow-x: hidden;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}


@keyframes marquee {
  0% { transform: translateX(0); }
  50% { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}



.track {
height: auto;
width: 50px;
position: absolute;
}
