
@charset "UTF-8";
.total{
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.first-view-text h1 {
  color: #0f2e86;
  background-color: #736E62;
  font-size: 30px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}


 p{
  font-size: 24px;
  text-align: center;
  color: #000000;
}
.overview{
  margin-top: 35px;
  font-size: 18px;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
}

.supplement{
  margin-top: 35px;
  font-size: 18px;
  text-align: center;
  color: #000000;
  
}

.silicafume form {
  color: #000000;
  font-size: 20px;
  font-weight: lighter;
  text-align: flex;
  margin-top: 20px;
}
.silicafume table {
  
  margin: auto;
}
@media (max-width: 1000px) {

   .overview{
    text-align: center;

   }
.first-view-text h1{
  text-align: center;
  background-color: aliceblue;
}
}
