body{
    background-color: black;
    margin:0;
    padding:0
}
.line{
    position:absolute;
    background-color:white;
}
.horizontal{
    width:100%;
    height:1px;
    /* top:50%; */
}
.vertical{
    height:100%;
    width:1px;
    /* left:50%; */
}
.target{
    position:absolute;
    /* top:50%;
    left:50%; */
    /* um in der Mitte zu positionieren */
    transform:translate(-50%, -50%);
}
.tag{
    color:white;
    position:absolute;
    /* top:50%;
    left:50%; */
    /* transform:translate(20px, 20px); */
    font-size:15px;
    margin:100px;
}
