body{
    background-color: #EDE7FF;
}
#form{
    background-color: #D2CCE1;
    border: solid 1px #BBB5CA;
    width: 300px;
    margin: auto;
    margin-top: 160px;
    
}
#enter{
    background-color: #C4BED3;
    margin-top: 10px;
    width: 150px;
}
#reg{
    background-color: #C4BED3;
    width: 150px;
    margin-bottom: 10px;
}
#futer{
    margin-top: 180px;
}