.credits {
    display: none;  /* Hide the credits section completely */
}

.credits::after {
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    content: "EEStudy-Place@EESUAD";
}