   /**/
body {      /*rgb(52, 72, 99);rgb(52, 72, 99);rgba(128, 0, 0, 0.726)*/  
        background-color: rgb(34, 34, 34) ;
        margin: 5px;
        min-width: 900px;
        max-width: 2000px/*901px;  
       /* background-image: url("planet3.jpg");
        background-repeat: no-repeat;
        background-size: 100%;*/
    }
    
/*HEADER STYLING START*/
header {
    display : grid;
    grid-template-columns: 15% 70% 15%;
    grid-template-rows: auto;
    width: 100%;
    height: 80px;
    border: 1px solid black;
    background-color: ghostwhite;
    margin-bottom: 8px;
    box-shadow: rgba(207, 104, 20, 0.925) 3px 3px;
}

#mainTitle{
    height: 50px;
    width: auto;
    padding-left: 10%;
}

#bannerImage{
   padding-top:2%;
   align-content: center; 
   
}
/*HEADER STYLING END*/

/*NAVIGATION STYLING START*/
nav {/* rgb(161, 201, 201);*/
    display : grid;
    grid-template-columns: 25% 25% 25% 25% ;
    grid-template-rows: auto;
    width: 100%;
    height: 20px;
    border: 1px solid black;
    background-color:ghostwhite;
    margin-bottom: 8px;
    box-shadow: rgba(207, 104, 20, 0.925) 3px 3px;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    margin-bottom: 8px;
    
}
    a{padding-left: 10px;
        text-align: center;}
      a:link{
          color:black;
      }
      a:visited{
          color: black;
      }
      a:hover{
          color:orangered;
}
/*NAVIGATION STYLING END*/

/*CANVAS STYLING START*/
#spaceArea{
    justify-content: center;
    display : grid;
    grid-template-columns: 100px 700px 100px;
    grid-template-rows: auto; 
    margin-bottom: 8px;
}

#scoutBar{
    display: grid;
    grid-template-rows:10% 30% 10% 20% 30%  ;
}
#goonBar{
    display: grid;
    grid-template-rows:10% 30% 10% 20% 30%  ;
}
#gameCanvas{
    width: 700px;
    height: 350px;
    border-radius: 5px;
    border: 2px solid ghostwhite;
    background-color: black ;
    box-shadow: rgba(207, 104, 20, 0.925) 3px 3px; 
}

#scout {
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid black;
     background-color: rgb(161, 201, 201);
     margin-left: 0px;
     margin-right: 8px;
     margin-top: 0px;
     margin-bottom: 0px;
     padding-left: 20px;
     color:rgb(0, 0, 0);
     box-shadow: rgba(207, 104, 20, 0.925) 3px 3px;
   
}

#name {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 8px;
    border: 1px solid white;
    font-family: Courier, monospace; 
    font-weight: bold;
    border-radius: 6px;
    padding: 4%;
    background-color: rgb(20, 22, 22);
    font-weight: bolder;
    color: whitesmoke;
    box-shadow :rgba(207, 104, 20, 0.925) 3px 3px;
}
#goonId{
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 12px;
    border: 1px solid white;
    font-family: Courier, monospace; 
    font-weight: bold;
    border-radius: 6px;
    padding: 4%;
    background-color: rgb(20, 22, 22);
    font-weight: bolder;
    color: whitesmoke;
    box-shadow :rgba(207, 104, 20, 0.925) 3px 3px;
}
#goon {
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid black;
     background-color: rgb(161, 201, 201);
     margin-left: 10px;
     margin-right: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     padding-left: 20px;
     color:black;
     box-shadow: rgba(207, 104, 20, 0.925) 3px 3px;
   
}

.creds{
    margin-top: 5%;
    margin-bottom: 5%; 
    border: 1px solid white;
    font-family: Courier, monospace; 
    font-weight: bold;
    border-radius: 6px;
    padding: 4%;
    background-color: rgb(20, 22, 22);
    font-weight: bolder;
    color: whitesmoke;
    box-shadow :rgba(207, 104, 20, 0.925) 3px 3px;
} 

#scoutCreds, #mainScore{
    margin-right: 8px; 
}

#goonCreds{
    margin-left: 10px;
}

/*CANVAS STYLING END*/

/*COMMAND STATION STYLING START*/
#commandControl{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    display : grid;
    grid-template-columns: 24% 36% 8% 2% 30%;
    grid-template-rows: auto;
    width: 100%;
    height: 110px;
    border: 1px solid rgb(0, 0, 0);
    background-color:  ghostwhite;
    margin-bottom: 8px;
    box-shadow: rgba(207, 104, 20, 0.925) 3px 3px;
   
}

table, tr, td{
    background-color: rgb(161, 201, 201);
    border: 1px solid black;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
    width: 94%;
    box-shadow: black 1px 1px;
    
}


#buttons, button{
    padding-top: 2px;
    width: 100%;
}

#formula{
  color:rgb(0, 0, 0);
}

#goonNar{
    border: 1px solid rgb(52, 72, 99);;
    font-size: 12px;
    background-color: rgb(161, 201, 201);
    padding: 4px;
    border-radius: 5px;
    margin: 8px;
    box-shadow: rgba(207, 104, 20, 0.925) 3px 3px;
}

/*COMMAND STATION STYLING END*/
footer {
    display : grid;
    grid-template-columns: 25% 25% 25% 25% ;
    grid-template-rows: auto;
    width: 100%;
    height: 70px;
    border: 1px solid black;
    background-color: ghostwhite;
    margin-bottom: 8px;
    box-shadow: rgba(207, 104, 20, 0.925) 3px 3px;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    margin-bottom: 8px;
}