body {
  margin-top: 20px;
  padding: 10rem;
  color: #1a202c;
  text-align: left;
  background-color: rgb(160, 160, 160);
}

.navbar {
  background-color: lightgray;
}

#contact {
  margin-top: 100px;
  width: 100%;
}

footer {
  height: 50px;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: lightgrey;
  text-align: center;
  margin-top: 100px;
  padding: 15px;
}
