body {
  background-color: rgb(244, 225, 236);
}
h1 {
  color: rgba(206, 102, 156, 0.655);
  font-family: "Chela One", system-ui;
  font-weight: 400;
  font-style: normal;
}
p {
  color: rgb(97, 32, 47);
  font-family: "Chela One", system-ui;
  font-weight: 400;
  font-style: normal;
  border-top-style: solid;
  border-top-color: black;
  border-bottom-style: solid;
  border-bottom-color: black;
  display: table;
}
tr {
    color: rgb(131, 35, 60);
    font-family: "Chela One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.nav{
  background-color: bisque;
  padding: 14px 20px;
}

.nav a{
  color: aliceblue;
  text-decoration: none;
  padding: 14px;
}
