p {
    color: blue;
    font-size: 32px;
}

body {
    background-color: yellow;
}

h1 {
    color: orange;
    font-size: 48px;
}

button {
    color: blue;
    font-size: 64px;
    background: none;
}