header {
    min-height: 60px;
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #1B1D20;
    padding: 8px;
    box-sizing: border-box;
    position: fixed;
    z-index: 99;
}

.comp-info {
    color: white;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    flex-wrap: wrap;
}
.logo-puzzle {
    width: 30px;
    height: 30px;
}