html {
    width: 1000px;
    font-family: 'Lato';
    overflow-y: scroll;
}

.clickable_area {
    width: 200px;
    height: 100px;
    margin: 10px;
    background: transparent;
    border: 2px solid black;
    border-radius: 21px;
    font-size: 14pt;
    cursor: pointer;
}

.highlighter_area {
    border: none;
    background-color: transparent;
    position: relative;
    width: 100px;
    height: 50px;
    opacity: 0.6;
}

.organ {
    position: relative;
    display: none;
}

.row {
    width: 100%;
    display: inline-flex;
    height: 675px;
}

.col1 {
    width: 60%;
    text-align: center;
}

.col2 {
    width: 40%;
    text-align: center;
}

#part_text {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 15pt;
}

#background_img {
    position: relative;
    margin: auto;
    width: 35%;
    min-width: 500px;
    padding: 5px;
}

#background_img img {
    z-index: -2;
    width: 100%;
}

#line {
    position: relative;
    top: -489px;
    left: 195px;
}

svg {
    display: none;
}