/* Footer */
.footer {
  grid-area: footer;
  background-color: #a2bddc ;
  color: black;
  font-weight: bold;

  text-align: center;
  padding: 20px;
}