@charset "UTF-8";
footer {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #e28dff, #8f679c);
  /* yukarıdan aşağıya */
}
footer a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
footer a:hover {
  color: #FDC300;
}
footer p {
  margin: 0;
  margin-top: 20px;
  cursor: default;
  font-size: 12px;
}
footer h2 {
  cursor: default;
}
footer .SocialMediaFooter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
  width: auto;
  box-sizing: border-box;
}
footer .SocialMediaFooter .SocialMedia {
  width: 40px;
  height: 40px;
}