:root{
    --scrTop: 0;
    --pushDown: 0;
}


.main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    max-width: 60%;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.special{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.startpoint {
    position: relative;
}

#liposome{
    max-width: 80%;
    min-width: 30%;
}

#plasmid{
    position: absolute;
    width: 20%;
    height: auto;
    animation: plasmidMoving infinite 5s linear;
}

div {
    justify-content: center;
    align-items: center;
    margin: 1em;
}

.horizontal_path {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*background-color: lawngreen;*/
    width: 100%;	
    height: 10%;
    margin: 0;
}

.vertical_path {
    display: flex;
    /*background-color: lawngreen;*/
    max-width: 50%;
    min-width: 20%;	
    max-height: 100%;
    margin: 0;
}

.anchor {
    background-color: rgb(209, 239, 249);
    width: 5em;	
    height: 5em;
    margin: 0;
}
