body {
  position: relative;
  font-family: arial;
  color: white;
  background-color: rgb(247, 245, 236);
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
  min-height: 100vh;
  margin: 0;
  padding-bottom: 80px;
}

p {
  margin: 0;
  color: rgb(45, 35, 28);
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  align-items: center;
}