I have a question regarding the alignment of two grid columns in my footer. I am using Bootstrap 4 and would like to center them directly in the middle. Currently, both columns are centered individually but there is a large space between them. I have tried various solutions from this link and here, but none of them seem to work for me.
I want the two columns to be side by side like shown in this image: example image.
Below is my HTML code:
<!DOCTYPE html>
<html>
...
This is my CSS:
body{
margin: 0px;
}
...