.title {
  font-family: "times new roman";
  font-size: 30px;
}

.author {
  font-family: "times new roman";
  font-size: 20px;
  line-height: 25px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 1px solid #dddddd;
    text-align: right;
    padding: 8px;
}

td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(1) {
    background-color: #ededed;
}

.container2 {
    display: flex;
    justify-content: space-between;  
}