
body{
    background-color:  rgb(224, 224, 224);
  }
  #container{
    /* background-color: gainsboro ;
    
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed; */
    /* width:100%; */
    /* height:100%; */
    width: 940px;
    margin:0px auto;
    /* background-color: Gainsboro ; */
    min-height: 1000px;
    
  }
  
  header{
    min-height: 100px;

    background-color: rgba(10, 10, 10, 0.904);
    overflow: visible;
    position: relative;
    
    z-index: 3;
  
  
  }
  
  .logo{
    width: 20%;
  }
  
  .logo img{
    width: 70px;
    margin:5px 40px 20px 5px;
    float: left;
    position: relative;
    left:20px;
  }
  
  nav{
    width: 80%;
    float: right;
    margin-right: 70px;
  }
  nav ul{
    margin:10px 20px 20px;
    font-size: 22px;
    
  }
  nav ul li{
    display: inline-block;
    padding: 10px;
    position: relative;
    left:380px;
    top: 25px;
    color:white;
   
  }
  nav ul li a  {

    color:white;
   
  }
  nav ul li:hover{
    
    border-bottom: 1px solid white;
  }

  nav ul li a{
    
      color: rgb(253, 253, 253);
      text-decoration: none;
      font-family:'Barlow Condensed', sans-serif;
    
  }

table{

       
    border: 2px solid ghostwhite;
    /* background-color: gray; */
    border-radius:5px;
    font-family:'Barlow Condensed', sans-serif;
}
tr:hover{
    border: 1px solid;
    background-color: rgba(105, 105, 105, 0.486);
    color:black;

  
    
}
th{

background-color: rgba(59, 59, 59, 0.904);;
border-radius:5px;
color: white;
font-family:'Barlow Condensed', sans-serif;
}
td{
  border-radius:5px;
        border: 1px solid ;
        font-family:'Barlow Condensed', sans-serif;
        
}
#tab{
  margin-top:5%;
    display: block;
    /* margin: 25%; */
    width: 442px;
    margin-left: 25%;
    font-family:'Barlow Condensed', sans-serif;
    
}
#copyright{
    background-color: rgb(17, 17, 17);
    padding: 10px 0;
    color: rgb(243, 241, 241);
    text-align: center;
    font-family:'Barlow Condensed', sans-serif;
  }
#Text{
  color: maroon;
  font-family:'Barlow Condensed', sans-serif;
  text-align: center;
  /* width: 50 px; */
  size: 20%;
  margin-top: 40px;
}
#billman{
  display: block;
  float: left;
  width:15%;
  height: 15%;
  margin-left: 20px;
  border-radius: 5px;
  
}