
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;

}

td, th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

td{
  text-align: center;
}

body{
  width: 100%;
}
.textParent {
width: 100%;
}

.textBlock {
    width: 55%;
}
