
html {
    background-color: lightgray;
}

html {
    background: linear-gradient(135deg, #e0e7ff 0%, #739ec9 100%);
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    min-height: 100vh;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    color: #222;
    margin: 0;
}

.container {
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(60, 72, 88, 0.12);
    border-radius: 18px;
    padding: 32px 36px 28px 36px;
    max-width: 420px;
    width: 100%;
}


button {
    background: linear-gradient(90deg, #ff9800 0%, #ffc107 100%);
    color: white;
    font-size: 1.15em;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(60, 72, 88, 0.10);
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    margin-top: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button[type="submit"] {
    color: #fff9b1;
}

button[type="submit"] {
    color: #fff9b1;
}

button:hover {
    background: linear-gradient(90deg, #ffb300 0%, #ffd54f 100%);
    color: #fffde4;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 6px 18px 0 rgba(60, 72, 88, 0.16);
}


label {
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.2px;
}

label {
    font-size: 1.3em;
    margin-right: 10px;
}

input {
    width: 220px;
    height: 32px;
    border: 1.5px solid #bfc9d9;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 1em;
    margin-bottom: 14px;
    background: #f7fafc;
    transition: border 0.2s;
}

input:focus {
    border: 1.5px solid #ff9800;
    outline: none;
    background: #fffde4;
}

input {
    width: 200px;
    height: 25px;
h1 {
    color: #2d3a5a;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
}

h1 {
    color: darkblue;
    text-align: center;
h2 {
    color: #3b82f6;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 12px;
}
}

h2 {
ol {
    font-size: 1.08em;
    color: #2d3a5a;
    margin: 0 0 0 18px;
    padding: 0 0 0 18px;
    line-height: 1.7;
}

p, li {
    font-size: 1em;
    color: #444;
    margin-bottom: 6px;
    color: blue;
    text-align: center;
    font-size: 1.8em;
}

ol {
    font-size: 1.1em;
    color: #35a1ff;
}
    margin: 0 0 0 18px;
    padding: 0 0 0 18px;
    line-height: 1.7;
}