.con1
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 450px;
    width: 80%;
    border: 2px solid black;
    margin-left: 10%;
    margin-top: -15px;
    border-radius: 10px;

}
.part1
{

    font-size: 18px;
    margin-left: 4%;


}

.part2
{
    border: 1px solid darkgray;
    margin-left: 25%;
    height: 370px;
    width: 45%;
}
#x1
{

    width: 150px;
    text-align: center;
    line-height: 50px;

}
#x2
{

    width: 150px;
    text-align: center;
    line-height: 50px;

}
#x1:hover,#x2:hover
{
    color: lightskyblue;
}
.r
{
    border: none;
    border-bottom: 1px solid darkgray;
    width: 80%;
    margin-left: 12%;

}
#x3
{

    font-size:22px;
    text-align: center;
    margin-top: 4%;
    padding-bottom: 10px;

}
#x4
{

    font-size:22px;
    text-align: center;
    margin-top: 4%;
    display: none;
    padding-bottom: 10px;
}
#x5
{
    margin-top: 4%;
    font-size: 18px;
    margin-left: 23%;


}
.in_1
{
    font-size: 18px;
    border-radius: 5px;
    height: 40px;
    width: 75%;
    margin-top: 10px;
    padding-left: 10px;

}
#x6
{
    margin-top: 4%;
    font-size: 18px;
    margin-left: 23%;
    display: none;


}

#x8
{
    margin-top: 4%;
    font-size: 18px;
    margin-left: 23%;
}
.b3
{

    background-color: #0D47A1;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    height: 30px;
    width: 80px;
    border: 2px solid #0D47A1;
    font-weight: bold;
}
.b4
{

    background-color: brown;
    margin-left: 15%;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    height: 30px;
    width: 80px;
    border: 2px solid brown;
    font-weight: bold;
}
.B
{
    text-align: center;

}