h1{
  font-size: 2rem;
  text-align: center;
  color: #485292;
  /*font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif*/
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*padding: 1rem 0 0 0;*/
}
h2{
    text-align: center;
    color: #4e73df;
    font-weight: 700;
}
h3{
    color: #4e73df;
    font-weight: 700;
    text-align: left;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  /*border: 2px solid silver;*/
}
td{
    /*border: 1px solid #dddddd;*/
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
    /*background-color: #dddddd;*/
    background-color: rgb(222, 225, 226);
}
th{
    /*border: 1px solid #dddddd;*/
    padding: 8px;
    text-align: center;
    background-color:#1e6ba0;
    color: white;
}
body {
  margin: 0;
  /*font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 1rem;
  /*font-weight: 400;*/
  line-height: 1.5;
  color: #1e2035;
  text-align: center;
  background-color: #fff;
  padding: 0 3rem;
}
.info{
  color: #4e73df;
  font-weight: 700;
  text-align: left;
}
.section1{
  border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}
.section2{
  text-align: left;
}