.square-container { width: 200px; /* Adjust the width to control the size of the square */ height: 200px; /* Adjust the height to match the width for a square */ border: 2px solid #000; /* Border for the square */ padding: 20px; /* Padding to create space inside the square */ text-align: center; /* Center the content horizontally */ } .square-container h2 { margin: 0; } .square-container form { margin-top: 20px; }