h1{
  margin-top:40px;
  margin-bottom:0px; 
  border-bottom: 2px dotted #4789C8;
  text-align:center;
  font-size:35px;
  font-family: 'Roboto', sans-serif !important;
  font-weight:300;
      color: #4789C8;  
}

  .img {
  position: relative;
  color:black;
  margin: auto; 
  padding: 0;
  top:0;
  display: flex;
}
.img1 {
  position: relative;
  color:black;
  margin: auto;
  padding: 0;
  top:0;
  display: flex;
}

.imgcontent{
  padding-top:50px;
  font-family: "Crimson Text";
  position: absolute;
  line-height:10px; 
  color:white;
  font-size:12.80px; 
  text-align:center;   
  margin-left:-10px;
}

.imgcontent1{
  padding-top:49px;
  font-family: "Crimson Text";
  position: absolute;
  color:white;
  font-size:14px;
  line-height: 30px;
  text-align:center;   
  margin-left:0px;
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  /*border-collapse: collapse;*/
  border-collapse: separate;
  border-spacing: 13px;
  text-align: center;
  width: 100%;
  display: block;
  table-layout: fixed;
  overflow: auto;
}
#customers td, #customers th {
  border: 0px solid #ddd;
  padding:1px;
}
#customers tr:nth-child(even){background-color:;}

#customers tr:hover {background-color:;}

#customers th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  background-color:;
  color:black;
}
.backcolor{
  background-color:#ddd;
  color:black; 
  padding-left:16px; 
  border-collapse: separate;
  text-align: center; 
  border-spacing: 5px;
  background-size: 10px 10px;
}
.back{
  background-color:white;
  text-align: center;
  color:black;  
}
li{
  list-style-type: none;
  line-height:5em; 
  font-weight: bold;  
}