body {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    padding: 30px;
    background: #f4f4f4;
}

.container {
    display: flex;
    gap: 40px;
}

.gorsel-alani {
    position: relative;
    width: 300px;
    height: 400px;
}

.gomlek-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.gomlek {
    width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
}

.desen {
    width: 100%;
    height: auto;
    z-index: 2;
    position: absolute;
    opacity: 0.8;
    pointer-events: none;
}

.desen-listesi {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.desen-secimi {
    width: 100px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.desen-secimi:hover {
    border-color: #007bff;
}
