.navbar {
     display: flex;              /* এক লাইনে আনার জন্য */
    justify-content: center;    /* মাঝখানে সাজানোর জন্য */
    align-items: center;
    background-color: blue;
    gap : 20px;
    height: 50px;
    width: 100%;
    color: #555;
    padding: 2px;
    border: 2px solid black;
}
.navbar a {
    display: block;          
    padding: 10px 20px;
    background-color:#FF00FF;
    color: white; 
    text-decoration: none;
    border-radius: 5px; 
    
}

.contact1 { 
    height :600px;
    width :800px;
    background-color:#13013b;
}
.contact2 { 
    clear: both;
    height :600px;
    width :800px;
    background-color:pink;
    float :right;
}

.contact3 { 
    clear: both;
    height :500px;
    width :800px;
    background-color:green;
}

.shahid {color:white;
text-size :
    
}