/* Custom code goes here - paste your css code below in line 3 */

#index #wrapper
{
  margin-top: 1rem;
}
.bottom-footer.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem;
}
.bottom-footer .copyright__prestago a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.bottom-footer .copyright__prestago .icon {
  background-image: url("../img/prestago.svg");
  height: 2rem;
  width: 2rem;
}