/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

body {
  margin: 0 auto;
  max-width: max-content;
  font-family: sans-serif;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: rgb(211, 211, 211);
} */



.logo img{
  width: 150px;
}

table,
th,
td {
  border: 1px solid black;
}

td {
  padding: 20px;
}




