.footer {
  background: rgb(152, 195, 244);
  background: linear-gradient(0deg, rgb(112, 160, 216) 0%, rgb(255, 255, 255) 100%);
}
.footer__label {
  font-weight: 800;
}
.footer__upper {
  color: black !important;
}
.footer__upper ul li {
  color: black !important;
}
.footer__lower {
  color: white !important;
}

.button__top {
  color: #f0fc49;
  text-decoration: none;
}
.button__top:hover {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  transform: translateY(-10px);
}

.img-container {
  position: relative;
  width: 100vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.img-container--logo-big {
  width: 600px;
}
.img-container--logo-small {
  width: 250px;
}
.img-container--logo-nav {
  width: 150px;
}

.line {
  background-color: black;
  height: 1px;
}/*# sourceMappingURL=footer.css.map */