body {
    background-color: lightblue;
}

.container {
    margin: 0 auto;
    text-align: center;
}

input[type="text"] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}