.bg-grey {
    background: #f4f5fa;
}

.mb-lg {
    margin-bottom: 75px;
}

.main-page-header {
    background: #f4f5fa;
    background-image: linear-gradient(rgba(244, 245, 250, 0.9), rgba(244, 245, 250, 0.9)), url("../uploads/background.jpg");
    background-size: cover;       
    background-repeat: no-repeat; 
    background-position: bottom;  
}

.page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 200px;
    border: 1px solid #ccc;
    font-size: 2.5rem;
    
    background: #f4f5fa;
    background-image: linear-gradient(rgba(244, 245, 250, 0.9), rgba(244, 245, 250, 0.9)), url("../uploads/background.jpg");
    background-size: cover;       /* სურათი სრულად დაიფაროს */
    background-repeat: no-repeat; /* არ გაიმეოროს */
    background-position: bottom;  /* შუაში განლაგება */

    color: black;
}