footer{
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  padding: 20px;
  background-color: var(--background-sections);
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 25px;
  gap: 10px;
}
footer img {
  width: 40px;
  height: 40px;
}