
body {
	font-family: sans-serif;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
     }
form {
        background: white;
        padding: 2rem;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
input, button {
        margin-bottom: 1rem;
        padding: 0.75rem;
        border-radius: 5px;
        border: 1px solid #ccc;
        text-align: center;
}
.input {
        text-align: center;
}

