body{
  font-family: "Poppins",sans-serif;
}


.logo img{
  height: auto;
  max-width: 80%;
  display: block;
}

th,td{
  border: 1px solid black;
  padding: 1px;
}
tr{
  background-color: #D2EAF1;

}
table{
  border-collapse: collapse;
  text-align: center;
  justify-self: center
}
.model2{
  display: flex;
  flex-direction: column;
  flex-grow: unset;
  flex-shrink: unset;
}
.credits{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.credits p{
  font-size: x-small;
  padding-left: 5px;
  color: gainsboro;
  background-color: rgba(255, 255, 255, 0.332);
}