h1 {
    color: red;
}

p {
    color: green;
}

button {
    height: 50px;
    width: 140px;
    color: white;
    border-radius: 8px;
    background-color: orange;
    border-color: orange;
    cursor: pointer;
}