.main_Footer{
  width:100%;
  padding:20px 0px;
  cursor: default;

}

.footer_main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap:30px;
  padding:30px;
}
.footer_header{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap:10px;
}
.footer_header h2{
  padding:10px;
}
.footer_quick{
  display: flex;
  padding:10px;
  gap:30px;
}

.footer_quick ul{
  display: flex;
  flex-direction: column;
  gap:15px;
}
.main_Footer h3{
  text-align: center;
}

.FooterLinks .clickable:hover
{
  cursor: pointer;
}

