footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 200px;
  height: fit-content;
}
.social-part {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  font-size: 150px;
  font-weight: bold;
  text-transform: uppercase;
  color: grey;
  transform: rotate(-90deg);
}
.links-part {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 80px;
}
.bottom-part {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bottom-part li {
  margin: 10px;
  list-style: none;
}
.top-part {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-part h1 {
  width: 100%;
  text-align: center;
  color: grey;
  margin-bottom: 25px;
}
.top-part p {
  color: grey;
  width: 60%;
  text-align: center;
  margin-bottom: 70px;
}
.footer_img {
  width: 300px;
}
