


.title h1{
  font-size:2.0rem;
  margin:30px auto;
  text-align:center;
}

.stcl{
  width:800px;
  max-width:100%;
  margin:10px auto;
  padding:30px;
  background-color:white;
}


.stcl table{
  border-collapse:collapse;
}

.stcl table th,
.stcl table td{
  padding:10px;
  border: 1px solid #c7ced6;
  font-size:0.8rem;
  text-align:left;
}

.stcl table th{
  width:28%;
  background-color:#e4e9f4;
}

