
body { 
    font-family: Arial, sans-serif; 
    margin:0; 
    padding:0; 
    background:#fefcfb; 
    color:#1a1a1a; 
}

header { 
    background:#b4653f; 
    color:white; 
    padding:3rem 1rem; 
    text-align:center; 
}

header h1 { 
    margin:0; 
    font-size:3rem; 
}

header p { 
    margin-top:0.5rem; 
    font-size:1.25rem; 
}

section { 
    max-width:700px; 
    margin:3rem auto; 
    padding:0 1rem; 
}

.signup { 
    margin-top:2rem; 
}

footer { 
    text-align:center; 
    padding:2rem 1rem; 
    font-size:0.9rem; 
    color:#555; 
    border-top:1px solid #ddd; 
}

button { 
    background:#b4653f; 
    color:white; 
    border:none; 
    padding:0.75rem 1.5rem; 
    font-size:1rem; 
    cursor:pointer; 
    border-radius:4px; 
}

input[type="email"] { 
    padding:0.5rem; 
    font-size:1rem; 
    width:60%; 
    max-width:250px; 
    margin-right:0.5rem; 
    border:1px solid #ccc; 
    border-radius:4px; 
}

