main{
    padding: 20px;
}

input[type="text"]{
    width: 200px;
}

button[type="submit"]{
    width: 100px;
}

main p{
    text-align: center;
}