footer {
    min-height: 60px;
    width: 100%; 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background-color: #1B1D20;
    padding: 8px 15px;
    box-sizing: border-box;
}

.comp-copyright {
    color: white;
    font-size: 20px;
    flex-wrap: wrap;
}