.form{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px;
    border-radius: 5%;
    background-color: cornflowerblue;
}
.body{
    background-color: blue;
    background-image: blue;
}