I am new to angular as in just starting. I have built this small angular app and when I edit the style.css file and add a background-color property to the body tag only the section around my form is getting colored and not the whole page (refer to the image to understand better). Can someone explain to me why?? Any explanation would be appreciated. this is the code snippet from the style.css file
/* You can add global styles to this file, and also import other style files */
@import "bulma/css/bulma.css";
body {
background-color: burlywood;
}
.passbox {
margin-top: 5%;
}