* {
    background-color: aqua;
}

button {
    background-color: red;
    font-weight: bolder;
}
#author {
    font-style: italic;
}
h1 {
    font-size: 200%;
}
button:hover {
    background-color: blue;
}