I have been working on a form design, but I am now facing alignment issues. The problem is more noticeable on larger screens compared to smaller ones.
The main issues I am encountering include extra spacing in the social links section even though there are no visible padding or margins. Additionally, the form itself does not occupy the entire space as intended. I am unsure how to resolve these spacing issues. Can anyone provide some tips?
Here is the JsFiddle link containing the code: https://jsfiddle.net/Tsukiyono/aq9Laaew/283640/
For reference, here is another link displaying the layout on my gitpages:
Edit: An image of the desired layout can be viewed here.
body {
background-color: black;
}
...
(remaining CSS and HTML code)