﻿body {
    font-family: Arial, sans-serif;
    margin: 32px;
}

h1 {
    color: #333;
}

button {
    padding: 8px 12px;
    border-radius: 6px;
    background: #0078D7;
    color: #fff;
    border: none;
}

.preview-table {
    border-collapse: collapse;
    width: 100%;
    max-height: 250px;
    display: block;
    overflow-y: auto;
    border: 1px solid #ccc;
    font-family: Consolas, monospace;
}

    .preview-table th {
        position: sticky;
        top: 0;
        background: #f4f4f4;
        border-bottom: 2px solid #999;
        padding: 6px;
    }

    .preview-table td {
        padding: 4px 8px;
        border-bottom: 1px solid #ddd;
    }

    .preview-table tr:nth-child(even) {
        background: #fafafa;
    }


.hero {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

    .hero h1 {
        letter-spacing: -0.5px;
    }

.how-it-works {
    background-color: #ffffff;
}

.step-number {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #0d6efd;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/