p {
    font-size: 16px;
}

body {
    text-align: center;
}
.error {
    color: red;
}
button {
    border-radius: 30px;
    text-align: center;
    padding: 5px;
}
.input {
    border-radius: 20px;
}