|
body { |
|
font-family: Arial, sans-serif; |
|
text-align: center; |
|
background: linear-gradient(to bottom, #fff, #ffe5d9); |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
.container { |
|
background: white; |
|
width: 400px; |
|
padding: 20px; |
|
border-radius: 10px; |
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); |
|
margin: 50px auto; |
|
} |
|
|
|
h1 { |
|
color: #ff6600; |
|
} |
|
|
|
label { |
|
display: block; |
|
text-align: left; |
|
margin: 10px 0 5px; |
|
} |
|
|
|
input { |
|
width: 100%; |
|
padding: 10px; |
|
border: 1px solid #ddd; |
|
border-radius: 5px; |
|
margin-bottom: 10px; |
|
} |
|
|
|
.instructions { |
|
color: #888; |
|
margin-top: 10px; |
|
} |