.footer-flex {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-links:hover {
  text-decoration: none;
  color: white;
}

.credit-footer:hover {
  text-decoration: none;
  color: #fd4955;
}

/* for desktop */
@media(min-width:300px) and (max-width:3000px) {
  .footer-container-page {
    display: block;
    text-align: center;
    background-color: black;
    height: auto;
    position: absolute;
    bottom:0;
  }

  .footer-page {
    justify-content: center;
    display: flex;
  }

  .footerlinks-page {
    padding-left: 40px;

  }

  .footerlinks-page a {
    color: rgb(153, 153, 153);
    font-size: small;
  }

  .socialmedia-page {
    height: 30px;
    width: 60px;
    padding-left: 30px;
  }

  .lastline-page a {
    font-size: 11px;
    color: white;
    margin-right: 20px;
  }

  .lastline-page {
    font-size: small;
    color: #929292;
  }

  #copyright {
    height: 15px;
    width: 15px;
  }
}


/*Footer-page for mobile  */

@media(max-width:300px) {
  .footer-container-page {
    display: block;
    text-align: center;
    background-color: #000;
    position: absolute;
    bottom:0;
  }

  .footer-page {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .footerlinks-page {
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .footerlinks-page a {
    color: rgb(153, 153, 153);
    font-size: xx-small;
  }

  .socialmedia-page {
    height: 30px;
    width: 60px;
    padding-left: 30px;
  }

  .lastline-page a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
  }

  .lastline-page {
    font-size: xx-small;
    color: #929292;
    /* margin-top: 20px; */
  }

  #copyright {
    height: 15px;
    width: 15px;
  }
}