.diskutu{
    width: 860px;
    height: 930px;
    background-color: blue;
}
 .arakutu{
    width: 789px;
    height: 30px;
    background-color: green;
    position: absolute;
    left: 40px;
    top: 160px;
 }
    .kutu1{
        width: 789px;
        height: 120px;
        background-color: green;
        position: absolute;
        left: 40px;
        top: 20px;
    }
        .kutu2{
            width: 580px;
            height: 600px;
            background-color: green;
            position: absolute;
            left: 40px;
            top: 220px;
            
        }
            .kutu3{
                width: 180px;
                height: 180px;
                background-color: green;
                position: absolute;
                left: 650px;
                top: 220px;
                
            }
                .kutu4{
                    width: 180px;
                    height: 180px;
                    background-color: green;
                    position: absolute;
                    left: 650px;
                    top: 430px;
                }
                    .kutu5{
                        width: 180px;
                        height: 180px;
                        background-color: green;
                        position: absolute;
                        left: 650px;
                        top: 640px; 
                    }
                        .kutu6{
                            width: 789px;
                            height: 60px;
                            background-color: green;
                            position: absolute;
                            left: 40px;
                            top: 860px;
                        }
    

