@charset "UTF-8";
/* CSS Document */

body {
      background-color: rgb(175,247,175);
    }
    .custom-footer {
      background-color: #343a40;
      color: white;
      padding: 20px 0;
      text-align: center;
    }
    .custom-heading {
      font-family: 'Georgia', serif;
      color: black;
      text-align: center;
    }

   div {
   align-items: center;
}