#man {
    position: absolute;
    top: 200px;
    left: 200px;
    width: 200px;
    cursor: all-scroll;
}

#couch {
    position: absolute;
    top: 200px;
    left: 800px;
}

#space {
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translateX(-50%) translateY(-50%);
    background-color: palevioletred;
    padding: 20px;
}

a {
    color: red;
    text-decoration: none;
}