body {
    font-family: system-ui, sans-serif;
    background-color: #2b2b2b;
    display: flex;
    justify-content: center;
    padding: 40px;
    margin: 0;
}

.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.74);
    padding: 40px;
    width: 100%;
    max-width: 500px;
    margin-top: 10vh;
    box-sizing: border-box;

}

h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

h2 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1f2937;
}

p {
    margin: 0;
    line-height: 1.6;
    color: #4b5563;
}

a {
    color: #3b82f6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
