/* can use all the fonts from main font_collection css */
/* try to write comment in confusing part*/
/* can check few common classes from common css and also add common css that will be used across all the sections */

.textblock.instruction {
    background-color: #0A90DB;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15%;
    color: white;
    
}   
p.instruction_text {
    font-size: 5vmin;
}
img.handicon.monkeyhandicon {
    top: 42%;
    left: 42%;
}
.imagediv {
    height: 65%;
    width: 42%;
    border: 0.4vmin solid #AFCAF4;
    border-radius: 5vmin;
    position: absolute;
    top: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
img.main_img {
    height: 90%;
    z-index: 1;
}
.imagediv.imagedivleft {
    left: 5%;
}
img.main_img {
    height: 90%;
}
div#svg-block {
    right: 5%;
}

svg{
    height: 200%;
}
img.handicon {
    position: absolute;
    height: 20%;
    top: 20%;
    left: 55%;
    z-index: 2;
}
img.main_img:hover, img.handicon:hover{
    cursor: pointer;
}
