.con1
{
    overflow: hidden;
    margin-left: 10%;
    margin-top: 3%;
}
.box
{
    margin-left: 40px;
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: black;
    font-weight: bold;
    float: left;
    border-radius: 10px;
    background-color: white;
    border: 2px solid  black;

}
#selected
{
    background-color: lightskyblue;
}
.box1
{
    margin-left: 9%;
    margin-top: 84px;
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: black;
    font-weight: bold;
    float: left;
    border-radius: 10px;
    border: 2px solid black;
    background-color: lightskyblue;

}


.con2
{

    width: 80%;
    border: 2px solid  black;
    margin-left: 10%;
    margin-top: -15px;
    border-radius: 10px;
}
.d1
{
    line-height: 30px;
    font-size: 16px;
    margin-top: 4%;
    margin-left: 6%;
    margin-right: 6%;
}
.con3
{

    width: 80%;
    margin-left: 6%;
    border: 2px solid  black;
    margin-top: 100px;
    font-size: 16px;
    border-radius: 10px;

}
.li-1
{
    margin-top: 4%;
    margin-left: 1%;
    display: inline-block;
    width: 60%;
}
.b
 {
    margin-top: 4%;
    background-color: brown;
    margin-left: 20%;
    font-size: 18px;
    display: inline-block;
    height: 33px;
    border-radius: 5px;
    border: 2px solid brown;
    font-weight: bold;
 }
.d2
{
    font-size: 18px;
    font-weight: bold;
    margin-left: 5%;
    margin-top: 3%;
    font-style: italic;


}
.d3
{
    font-size: 16px;
    margin-left: 4%;
    margin-top: 2%;
}
.con4
{
    margin-top: 5%;
    margin-bottom: 3%;
}
.a-1
{
    color: white;
}