body {

    font-family: Arial, sans-serif;

    background: #faf6f4;

    display: flex;

    justify-content: center;

    align-items: center;

    min-height: 100vh;

}

.container {

    width: 350px;

    background: white;

    padding: 30px;

    border-radius: 12px;

    box-shadow: 0 4px 20px rgba(0,0,0,.1);

}

h1,h2{

    text-align:center;

}

.question{

    margin:25px 0;

    font-size:18px;

}

input{

    width:100%;

    margin-bottom:20px;

}

button{

    width:100%;

    padding:15px;

    font-size:18px;

    cursor:pointer;

}