#button {
    background: #8CDFF1;
}
#button:hover {
    background: pink;
}
h1 {
    color: red;
}
p {
    font-size: 22px;
    color: hotpink;
}