/* Mobile View */

footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: black;
  padding: 20px;
  color: white;
  margin-top: auto;
  font-size: small;
}

footer a{
  display: flex;
  color: white;
  text-decoration: none;
  font-size: small;
}

footer a:hover{
  text-decoration: underline;
}