.credits {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
  
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 100px;
}