body{
    background:antiquewhite;
    color: aliceblue;
}
.box{
    margin:auto;
    width:400px;
    height:500px;
    margin-top: 7%;
    /* padding-left: 25%;  */
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9)     ;
    border-radius: 10px;
    /* display: flex;
     flex-direction: column;
    justify-content: center;  */
}

#pa{
    width: 300px;
    height: 250px;
    border-radius: 5px;
}


.btn{
    padding: 25px;
    /* margin: 30p; */
    margin: auto;
    /* margin: auto; */
    /* width: 50px; */
}
.btn1{
    width: 200px;
    height:40px;
    /* font-size: large; */
    color:black;
    /* font-weight: 500; */
    border-radius: 5px;
    background-color: antiquewhite;
    /* margin: auto; */
}
.tit{
    padding: 12px;
    color: aqua;
}
#result{
    color:white;
}

