* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#kolar {
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
    

}

#facelogo{
    height: 50px;
    width: 50px;
    background-color: blue;
    border-radius: 50px;
    text-align: center;
    margin-left: 50px;

    
}
.F{
    color:rgb(244, 243, 243);
    font-size: 55px;
   


    
}
.top {

     /* padding-top: 300px; */
     margin-top: 300px;

     width: 250px;

     /* background-color: aqua; */
     

    
}
.s {
    
    margin-right: 70px;
    padding-top: 100px;
    
}
.pho {

    width: 700px;
    margin-left: 50px;
}

.size {

    width: 500px;
    /* background-size: 500px; */
    height: 65px;
    border-radius: 13px;
    /* border: 50px; */
    border-style:double;
    border-width: 1px;
    border-color: #ebe9f8;
    font-size: 15px;
    padding-left: 20px;
    outline: none;
    border: solid 2px;

    
}




.bu {
  
    display: inline-block;
    /* padding: 13px 230px; */
    background-color: blue;
    height: 45px;
    font-size:medium;
    width: 500px;
    border-radius: 50px;
    color: rgb(249, 250, 251);
    text-align: center;
    line-height: 50px;
  

}

.c {

     padding-left: 180px; 

}

.new {
    
    /* display: inline-block; */
    /* padding: 13px 230px; */
    background-color: rgb(255, 255, 255);
    height: 45px;
    font-size:medium;
    width: 500px;
    border-radius: 50px;
    color: rgb(16, 16, 221);
    text-align: center;
    line-height: 50px;
    border-color: blue;


}

.new:hover {

    background-color: rgb(160, 160, 157);
    cursor: pointer;
}

.ma {

    font-size: 20px;
    padding-top: 20px;
    text-align: center;
}

