.kutu1
{
    height: 100px;
    width: 100px;
    background-color: black;
}

.kutu2
{
    height: 100px;
    width: 100px;
    background-color: brown;
}
.kutu3
{
    height: 100px;
    width: 100px;
    background-color: coral;
}
.kutu4
{
    height: 100px;
    width: 100px;
    background-color: chocolate;
}
.kutu5
{
    height: 100px;
    width: 100px;
    background-color: darkblue;
    float: left;
}
.kutu6
{
    height: 100px;
    width: 100px;
    background-color: black;
    float: left;
}
.kutu7
{
    height: 100px;
    width: 100px;
    background-color: rgb(255, 204, 0);
    float: left;
}
.kutu8
{
    height: 100px;
    width: 100px;
    background-color: gray;
    float: left;
}
.kutu9
{
    height: 400px;
    width: 300px;
    background-color: blueviolet;
    margin-left: 100px;
    float: left;
}
