body {
    text-align: center;
    background-color: yellow;
}
h1 {
    color:blue;
    font-family: cursive;
}
h2 {
    color:blue;
    font-family: cursive;
}
button {
    border-radius: 300px;
    height:100px;
    width:100px;
    background-color: aqua;
    font-family: impact;
}
p {
    color:blue;
    font-family: cursive;
    font-size: 30px;
}