body{
    padding: 0;
    margin: 0;
    background-color: rgb(240, 164, 164);

}
.imageBoard{
    background-color: rgb(236, 216, 255);
    margin-top: 30px;
    border: 1px solid black ;
    display: flex;
    justify-content: space-between;
    margin-left: 30px ;
    margin-right: 30px;

}
.btns{
    display: flex;
    justify-content: center;
}
form{
    display: flex;
    justify-content: center;
}
.p1{
    transform: rotate(90deg);
    margin-left: 200px;
    height: 500px;
    width: 300px;

}
.p2{
    transform: rotate(-90deg) scaleX(-1) ;
    margin-right: 200px;
    width: 300px;
    height: 500px;


}
.choices{
    display: none;
}
.choices2{
    display: none;
}
.show{
        display: block;
    text-align: center;
}
.show2{
    display: block;
    text-align: center;
}
.hide{
    display: none;
    
}
.result{
    position:absolute;
right: 650px;
}