/* You can add global styles to this file, and also import other style files */ form { max-width: 500px; width: 95%; margin: 0 auto; } .two-col { display: grid; grid-template-columns: 1fr 1fr; justify-content: center; gap: 10px; }