body {
    background-color: #79a0ccb7;
    margin: 0px;
    font-family: Arial, sans-serif;
  }

.logoheader{
    width:100%;
    background-color: ghostwhite;
    text-align: center;
    border: 1px solid black;
} 
.content{
    width: 100%;
}
.allcompanylogo{
  width: 100%;
    height: 164px;
    border: 1px solid black;
    background-color:#f8fafc;
}
h2{
  text-transform: uppercase;
}

  .tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 20px;
    width: 25%;
  }
  
  .tablink:hover {
    background-color: #777;
  }
  
  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    color: white;
    display: none;
    padding: 85px 20px;
    height: 100%;
  }
  
  #Investment {background-color: #1f67a6;;}
  #CastingParameters {background-color: #75a6d1;}
  #Alloy {background-color: #557896;}
  #Geometry {background-color: #899baa;}
 
.allheadeing{
  font-size: 28px;
  color: black;
  }
.labeltext{
  font-size: 20px;
  }
.addres{
  text-align: center;
    padding: 39px;
    font-size: 18px;
}  