h1 {
    text-align: center;
}

p {
    text-align: center;
}

input {
    text-align: center;
}

button {
    text-align: center;
}

html {
    background-color: cyan;
}

input {
    background-color: rgb(238, 238, 9);
}