*{
    padding: 0;
    margin: 0;
    font-size: 20px;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    margin: auto;
    
}

.content{
    display: flex;
    flex-direction: column;
    /* justify-content: ; */
    padding: 0 20px;
    padding-bottom: 35px;
    border: 1px solid #b76060 ;
    border-radius: 5px;
    width: 30%;
    background: linear-gradient(to left bottom, lightgreen, lightblue);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.box{
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
    

}

.box input{
    border: 1px solid black;
    border-radius: 3px;
    background: linear-gradient(to left bottom, lightgreen, lightblue);
}

.heading{
    justify-content: center;
}