#myBody {
 
  /*font-family: "Black Han Sans";*/
  background-color: black;
  background-image: url("/pages//LCM/pipboy_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
    margin: 9% 10% 0 10%;
    color: #62c35c;
}


.main {


    margin: 5px 10% 25px 10%;
    height: 30vh;
    color: #62c35c;
    font-size: 20px;
    background-color: black;
    overflow-y:auto
}

.data {
    padding-left: 10px;
}

.p_cursor {
    padding-left: 10px;
}

a span:hover {
    color: #31612e;
}

.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #62c35c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #31612e; 
}
