/* styles.css */ /* Add styles here to customize the appearance of your app */ #goBtn { background-color: #4CAF50; /* Green */ border: none; color: white; padding: 1% 1%; text-align: center; text-decoration: none; display: inline-block; font-size: 1.25rem; } #backBtn { background-color: #f44336; /* Red */ border: none; color: white; padding: 1% 1%; text-align: center; text-decoration: none; display: inline-block; font-size: 1.25rem; } #forwardBtn { background-color: #01315e; /* Blue */ border: none; color: white; padding: 1% 1%; text-align: center; text-decoration: none; display: inline-block; font-size: 1.25rem; } #txtUrl { border: none; padding: 1% 1%; text-align: center; text-decoration: none; display: inline-block; font-size: 1.25rem; } body { user-select: none; }