body {
  text-align: center;
  align-items: center;
}
.navList {
  display: inline;
  padding: 0px;
}
.navLi {
  display: inline;
  padding: 10px;
}
table {
  text-align: center;
  border-collapse: collapse;
  background-color: lightblue;
  border-style: solid;
  border-width: 5px;
  border-color: Red;
  margin: auto;
}
thead {
  border-style: solid;
  border-width: 4px;
  background-color: greenyellow;
}
th {
  padding: 5px;
}
tr {
  border-style: solid;
}
td {
  padding: 5px;
}
.hidden {
  display: none;
}
.icon {
  width: 50px;
}
.foot {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
.author {
  max-width: 30vw;
  min-width: 160px;
  padding-bottom: 10px;
}
.contact {
  max-width: 30vw;
  min-width: 160px;
  padding-bottom: 10px;
}
.socials {
  max-width: 30vw;
  min-width: 160px;
  padding-bottom: 10px;
}
