* {
  margin: 0px;
  padding: 0px;
}
footer {
  bottom: 0px;
  display: block;

  background-color: black;
  color: #aeb7ca;
  font-size: 18px;
  transition: 0.3s ease;
}
.container {
  width: 100%;

  margin-right: auto;
  margin-left: auto;
}
.topfooter {
  border-bottom: 1px solid wheat;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-items: space-between;
}
.firstsection {
  flex: 1 1 200px; /* Flex-grow, flex-shrink, and base size */
  padding: 10px;
  padding-top: 3rem;
  margin-left: 50px;
}
.footer-widget {
  background-color: transparent;
  padding: 0;
}

.footerlogo {
  margin-bottom: 15px;
}
.footerlogo .logo {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.social-media {
  display: flex;
  margin-top: 30px;
}
.social-media li {
  list-style: none;
  margin: 1em;
}
.social-media a {
  text-decoration: none;
  color: #aeb7ca;
}
.social-media img:hover {
  transform: scale(1.2);

  &:active {
    transform: scale(1.3);
  }
}
.secondsection {
  flex: 1 1 200px; /* Flex-grow, flex-shrink, and base size */

  padding: 10px;
  padding-top: 3rem;
  text-align: center;
}
.Quick-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  /* align-items: center; */
}
.Quick-link li {
  list-style-type: none;
  margin: 1em;

  /* text-align: center; */
}
.Quick-link a {
  text-decoration: none;
  color: #aeb7ca;
  font-size: 1.5rem;
  transition: color 0.2s ease;

  &:hover {
    color: blue;
  }
}
.widget-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  text-align: center;
}
.thirdsection {
  flex: 1 1 200px; /* Flex-grow, flex-shrink, and base size */
  padding: 10px;
  padding-top: 3rem;
  text-align: center;
}
.lowerfooter {
  text-align: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.weatherwidget-io {
  background-color: black;
  max-height: 350px;
}
#weatherWidgetInner {
  background-color: black;
  color: white;
}
