.kutu1{
    background-color: orange;
    width: 100px;
    height: 100px;

    
}
.kutu2{
    background-color: rgb(0, 89, 255);
    width: 100px;
    height: 100px;

    
}
.kutu3{
    background-color: rgb(255, 0, 0);
    width: 100px;
    height: 100px;

    
}
.kutu4{
    background-color: rgb(0, 255, 13);
    width: 100px;
    height: 100px;

    
}
.kutu5{
    background-color: rgb(0, 204, 255);
    width: 100px;
    height: 100px;
    float: left;

    
}
.kutu6{
    background-color: rgb(255, 251, 0);
    width: 100px;
    height: 100px;
    float: left;


}
.kutu7{
    background-color: rgb(247, 0, 255);
    width: 100px;
    height: 100px;
    float: left;

    
}
.kutu8{
    background-color: rgb(174, 0, 255);
    width: 100px;
    height: 100px;
    float: left;

    
}
.kutu9{
    background-color: rgb(0, 255, 191);
    width: 300px;
    height: 400px;
    float: left;
    margin-left: 100px;


    
}