.footer {
  position: absolute;
  width: 100%;
  padding: 20px 0 10px 0;
  background-color: #002e56;
  box-shadow: inset 0 0 80px 5px rgb(3, 5, 6);
  color: #ffffff;
}

@media screen {
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #002e56;
    box-shadow: inset 0 0 80px 5px rgb(3, 5, 6);
    color: #ffffff;
  }
}

.footer p {
  text-align: center;
}

.footer a {
  color: #ffffff;
}
