body {
  margin:50px;
  font-family: 'Inter', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background-color: #E8E3DB;
  color: #333;
}

h2 {
  font-size: 16px;
  
}

.title {
  margin:60px 0px;
  width: 600px;
}

.info {
  font-size: 18px;
  font-weight: bold;
}

hr {
  height: 6px;
  background-color: #333;
  border: none;
}

.main_table{
  width:100%;
  border-collapse: collapse;
}

td{
  text-align: center;
  vertical-align: middle;
  padding: 60px;
}