diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss
index 44ae8e2..15c367e 100644
--- a/src/assets/scss/main.scss
+++ b/src/assets/scss/main.scss
@@ -61,7 +61,7 @@ input {
 }
 
 .input-field {
-  @apply px-4 py-3 text-base focus-visible:outline-none bg-gray border border-solid border-gray-500 rounded text-gray-300;
+  @apply px-4 py-2.5 text-base focus-visible:outline-none bg-gray border border-solid border-gray-500 rounded text-gray-300;
   &.inactive {
     @apply bg-gray-600/50 hover:cursor-not-allowed;
     &::placeholder {
@@ -87,7 +87,7 @@ button {
   @apply text-center;
 
   &.btn-cyan {
-    @apply bg-cyan text-gray-50 text-base rounded py-3;
+    @apply bg-cyan text-gray-50 text-base rounded py-2.5;
 
     &.active,
     &:hover {
@@ -96,7 +96,7 @@ button {
   }
 
   &.btn-red {
-    @apply bg-red text-gray-50;
+    @apply bg-red text-gray-50 text-base rounded py-2.5;
 
     &.active,
     &:hover {