
.container{
    width: 100%;
    height: 500px;
    background-color: rgb(228, 217, 217);
    
    }


.aform{
    width: 50%;
    height: 500px;
    margin: auto;
    background-color: white;
    }