How can I remove page margins on my jewelry website?

Hi. Is there a way to get rid of these parts of my pages?

https://provada-jewelry.myshopify.com/

“staysk”

@jordontricks

Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.

#shopify-section-16266671911705cb0b {
margin-top: 0px !important;
}

#shopify-section-16266671911705cb0b .collection-collage__item {
    margin-bottom: 0px;

}