diff --git a/checkout.html b/checkout.html
index 3f5e00c..07e716d 100644
--- a/checkout.html
+++ b/checkout.html
@@ -230,7 +230,7 @@
                 </div>
             </form>
             <a href="payment.html">
-                <button class="button" style="background-color: green; color: white">Review & Pay</button>
+                <button class="button" style="background-color: green; color: white">Pay</button>
             </a>
         </div>
     </div>
diff --git a/stylebag.css b/stylebag.css
index d495835..59b4055 100644
--- a/stylebag.css
+++ b/stylebag.css
@@ -70,12 +70,10 @@
 
 .container {
     margin-left: 0px;
-    align-items: left;
     justify-content: left;
 }
 
 .container input {
-    align-items: left;
     justify-content: left;
     width: 40px;
 }
diff --git a/stylepayment.css b/stylepayment.css
index 442f5a3..e2e8aaf 100644
--- a/stylepayment.css
+++ b/stylepayment.css
@@ -110,12 +110,10 @@
 
 .container {
     margin-left: 0px;
-    align-items: left;
     justify-content: left;
 }
 
 .container input {
-    align-items: left;
     justify-content: left;
     width: 40px;
 }