body {

    font-family: Arial, sans-serif;

    text-align: center;

    margin-top: 50px;

    background-color: #f8f9fa;

}

input {

    padding: 10px;

    font-size: 16px;

}

button {

    padding: 10px 20px;

    font-size: 16px;

    margin: 10px;

    cursor: pointer;

    border: none;

    background-color: #0078d7;

    color: white;

    border-radius: 5px;

}

button:hover {

    background-color: #005fa345;

}

p {

    font-size: 18px;

}
 