body {
    background-color: yellow;
    text-align: center;
}
h1 {
    color:blue;
    font-family: cursive
}
h2 {
   color: blue;
   font-family: cursive
}
button {
    color:blue;
    background-color: yellow;
    border-radius: 300px;
}
input {
    border:5px solid blue;
    background-color:yellow;
    color:red;
    border-radius: 300px;
}
p {
    color: blue;
    font-family: cursive;
}
h3 {
    color: blue;
   font-family: cursive
}