.cont{
    display: flex;
    justify-content: center;
    width: 100%;
    height:95vh;
    background-color: gray;
    text-align: center;
}
.box{
    width:30%;
    margin:auto;
    padding: 20px 60px;
    background-color: white;
}
#two{
    font-size: smaller;
}
#three{
    font-size: smaller;
}
img{
    width:40px;
    height:40px;
}
#btn{
    font-size: large;
    background-color: orangered;
    border: 0px;
    height:100%;
}
#btn:hover{
    background-color: rgb(76, 232, 76);
}