/* This is the CSS for the footer  */
.footer .grid-child {
    padding-block-start: 1rem; /* Adds padding to the top */
    padding-block-end: 0rem; /* Adds padding to the bottom */
}

.footer { 
  margin: 0px;
  padding: 0px;
  line-height: 5px;
  /* border: 5px solid rgb(248, 2, 2);
  background: green;  */
  color: #fff; 
  font-size: 1em;
}