CSS rule structure

pictures/syntax.svg
h1 {
    background-color: yellow;
    text-align: right;
}
       
h2 {
    margin: 25px;
    font-size: 150%;
}