(granted I probably didn’t do it right as I’m not that great at it)
I keep trying to get the space above the widget to be the same as the space below (so they’re the same size)
change the em padding in the css style sheet section 10 (use a child theme)
border none removes the black line between the widgets
.widget {
border-top: none;
margin-bottom: 1em;
padding-top: 1em;
}