footer {
  position: fixed;
  bottom: 0;
  background-color: #aec3f1;
  width: 100%;
  padding: 0.5em;
}

.line {
  width: 30%;
}

hr {
  margin-bottom: 0.5em;
}

.icon {
  margin-right: 1em;
}

.copyright p {
  text-align: center;
  color: white;
  margin-bottom: 0.5em;
}

/* Media queiries */
@media screen and (max-width: 1024px) {
  .line {
    width: 40%;
  }
}

@media screen and (max-width: 568px) {
  hr {
    display: none;
  }
}
