.afooter {
  background-color: #006991;
  color: white;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}

.afooter p {
  margin: 0;
  padding: 5px;
  font-size: 16px;
}