.drawer-main-container{
    width: 360px;
    margin: 7% auto;
}
.drawer-main-container h2{
    font-size: 31px;
    text-align: center;
    margin-bottom: 30px;
}
.drawer-container{
    background: white;
    padding: 40px;
}
.drawer-container h5{
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 20px;
}
.drawer-container input{
    margin-bottom: 20px;
}