.credits{
    font-size: 1.09rem;
    position:absolute;
    bottom:1px;
    right:25px;
    text-align: right;
    text-transform: uppercase;
  }
  .credits p{
    margin-bottom: 8px;
  }
  
  .strong{
    font-weight: bold;
  }
  .credits a{
    text-decoration: none;
    transition: all .4s;
    color: unset;
  }
  
  .blue {
    color: #66d3fa;
    transition: all .4s;
  }
  
  .credits a:hover,
  .credits a .blue:hover{
    color: #ED1D24;
  }