Hello Alice
Both of those changes will require adding CSS to the form via the code editor.
The background color can be changed by adding the "background" attribute to the body style. For example, background: rgb(50,125,100);
To round the corners, you can add the "border-radius" property to field input style. For example, border-radius: 5px;