
body {
    background-color: #0b1220;
    color: #e2e8f0;
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 48px;
}


h1 {
    text-align: center;
    font-size: 3.2rem;
    color: #38bdf8;
    margin-bottom: 40px;
}

h2 {
    font-size: 1.75rem;
    color: #f8fafc;
    margin-top: 56px;
    margin-bottom: 16px;
    border-left: 4px solid #38bdf8;
    padding-left: 12px;
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #7dd3fc;
    margin-top: 18px;
}


table {
    width: 100%;
}

.profile-table td {
    vertical-align: top;
}

.profile-info {
    font-size: 1.15rem;
    padding-left: 24px;
    color: #cbd5f5;
}


p {
    font-size: 1.05rem;
    color: #dbeafe;
}


.activities-table td {
    padding: 24px;
    border-radius: 14px;
    text-align: center;
}

a {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #7dd3fc;
    text-decoration: underline;
}







.form-table {
    margin-top: 24px;
    max-width: 800px;
}

.form-table td {
    padding: 10px 14px;
    vertical-align: top;
    color: #e5e7eb;
}

input[type="text"],
select,
textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
}

textarea {
    resize: vertical;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 6px;
}

input[type="submit"] {
    background-color: #38bdf8;
    color: #020617;
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #7dd3fc;
}
