.info {
  width:50%;
  font-size: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 20px;
  font-style: italic;
  color: black;
  text-align: center;
  text-transform: uppercase;
}

/* Add rounded corners to the top left and the top right corner of the image */
.header {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

table, th, td {
  width:25%;
  padding: 0 15px;
  border-radius: 5px;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

td {
  border: 0.5px solid;
  border-radius: 5px;
}
