button {
    font: 16;
    color: purple;
    width: 120px;
}

h1 {
    font: 10;
    color: green;
}

p {
    font: 10;
    color: brown;
}