@import url("base.css");

.sites {
  bottom: 1em;
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
}

.btn-space {
  margin: 0 0.3em 0 0;
}

.copyright {
  color: white;
  bottom: 1em;
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 39em) {
  .sites {
    display: grid;
    gap: 0.625em;
  }

  .btn-space {
    margin: 0 0 0.3em 0;
  }

  .last-mobile-btn-space {
    margin: 0 0 0.3em 0;
  }
}
