body {
  background-color: #545456;
}

#c {
  background-color: #1b2221;
}

.nav {
  border: 4px groove #964f0b;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 13px;
}

.card {
  margin: 20px;
  font-size: 14px;
  font: sans-serif;
  font-family: "Times New Roman", Times, serif;
  color: grey;
}
#p {
  background-color: #2a2e31;
}

#code {
  background-color: #242726;
}
#footers {
  position: fixed;
  border-style: groove;
  margin: 20px;
  margin-left: 0px;
  padding: 30px;
  left: 0px;
  bottom: ;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}

#footersss {
  position: fixed;
  border-style: groove;
  margin: 20px;
  margin-left: 0px;
  padding: 30px;
  left: 0px;
  bottom: ;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}
