I was mainly trying to reduce the huge padding/margins on the sides of the text. I was able to achieve this thanks to someone on another forum with this snippet:
:where(main.wp-block-group.has-background) {
padding: 0em 0em !important;
}
Thanks for the help anyway!