.rt {
    display: flex;
    position: absolute;
    top: 80px;

}

#marker {
    position: absolute;
    width: 18rem;
    top: 20%;
    left: 70%;
}

#other {
    position: absolute;
    width: 18rem;
    top: 60%;
    left: 70%;
}

#retainer {
    position: absolute;
    width: 18rem;
    top: 60%;
    left: 50%;
}

#color {
    position: absolute;
    width: 18rem;
    top: 20%;
    left: 50%;
}

#connector {
    position: absolute;
    width: 18rem;
    top: 60%;
    left: 30%;
}

#range {
    position: absolute;
    width: 18rem;
    top: 20%;
    left: 30%;
}

#kanteki {
    position: absolute;
    width: 18rem;
    top: 20%;
    left: 10%;
}

#terminal {
    position: absolute;
    width: 18rem;
    top: 60%;
    left: 10%;
}