.footer_wrapper {
  background-color: #4CAF50;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_wrapper a{
 text-decoration: none;
  color: white;
}