.main table {
  margin: 30px auto;
  font-family: "Google Sans Flex", sans-serif;
  width: 1000px;
}
.main table thead {
  background: #FE393C;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 100;
}
.main table thead th {
  padding: 25px;
}
.main table tbody td {
  padding: 25px 15px;
}
.main table, .main tr {
  border: 0.2px solid rgb(222, 220, 220);
  border-collapse: collapse;
}
.main .title p {
  font-family: "Google Sans Flex", sans-serif;
  color: #000;
  font-size: 30px;
  text-align: center;
  margin: 50px 0;
}

footer {
  margin-top: 60px;
}/*# sourceMappingURL=table.css.map */