  /********FOOTER***************/
           .footer_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
      .footer_box {
  display: flex;
  flex-direction: column;
}

.footer_title {
    display: flex;
    color: green;
    font-weight: bold;
  margin-bottom: 0.5rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 0.5rem;
}

.footer_box {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


            .footer_copy{
                padding-top:3rem;
                font-size:.813rem;
                color: black;
                text-align: center;
            }

