body {
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

header {
  text-align: center;
  background-color: beige;
  border-radius: 15px;
}

header > h1 {
  color: #007cc2;
  padding-bottom: 10px;
  font-size: 50px;
}

.navbar {
  margin: 10px;
  padding: 10px;
  font-size: small;
  font-weight: 700;
  justify-items: center;
}

nav > ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin: 0;
}

nav > ul > li > a {
  text-decoration: none;
  background-color: lightgray;
  text-align: center;
  color: #000000;
  display: block;
  padding: 1em;
}

nav > ul > li > a:hover {
  background-color: lightcoral;
}

.containerInit {
  background-color: white;
  font-size: 1.5em;
  text-align: left;
}

td {
  border: 4px dashed rgb(27, 27, 27);
  font-family: Arial, Helvetica, sans-serif;
}
