diff --git a/css/style.css b/css/style.css index 2033314..ca4f094 100644 --- a/css/style.css +++ b/css/style.css @@ -87,14 +87,19 @@ main { padding-inline: var(--spacing-sm); max-width: 1000px; margin: 0 auto; -} -.form-section { - background-color: #102f2a; - padding: var(--spacing-md); - border-radius: 10px; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); - margin-bottom: 40px; + section:not(.output-section) { + text-align: left; + background-color: #102f2a; + padding: var(--spacing-md); + border-radius: 10px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); + color: var(--cyber-font-color); + + &:not(:last-child) { + margin-bottom: 40px; + } + } } .input-group, .radio-group, button { @@ -207,27 +212,12 @@ button:active { display: block; } -.output-section { - margin-top: 40px; -} - #outDiv { display: none; margin-top: 30px; text-align: center; } -/* FAQ Section */ -.faq-section { - background-color: var(--cyber-faq-bg-color); - padding: var(--spacing-md); - border-radius: 10px; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); - color: var(--cyber-font-color); - margin-top: 40px; - text-align: left; -} - .faq-section h3 { font-size: 2rem; margin-bottom: 20px; @@ -317,16 +307,6 @@ button:active { .faq-answer li::marker { color: var(--cyber-highlight-color); } -/* Credits Section */ -.credits-section { - background-color: var(--cyber-faq-bg-color); - padding: var(--spacing-md); - border-radius: 10px; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); - color: var(--cyber-font-color); - margin-top: 40px; - text-align: left; -} .credits-section h3 { font-size: 2rem; diff --git a/index.html b/index.html index 6834c6d..b75fc03 100644 --- a/index.html +++ b/index.html @@ -24,152 +24,155 @@ - +
-