Hanoi Kuleleri body { font-family: Arial, sans-serif; text-align: center; margin: 0; padding: 0; background-color: #f4f4f4; } .container { margin-top: 50px; } #towers { display: flex; justify-content: space-around; margin-top: 20px; } .tower { width: 100px; height: 300px; background-color: ...