h1,
h2 {
    text-align: center;
}

p {
    line-height: 2;
}

body {
    padding: 5%;
    text-align: left;
    text-justify: inter-word;
    background-color: #e2dedb;
}

table {
  table-layout: fixed;
  width: 100%;
  text-align: left
}

thead {
    background-color: yellow;
}

th,
td {
    padding: 5px;
    border: 2px;
}


code {
    background-color: black;
    color: white;
    padding: 3px;
}
