h1 {
    text-align: center;
}

h3 {
    margin-left: 5em;
    text-decoration: underline;
}

#price-section > p > em {
    font-weight: bolder;
}

#price-section > p {
    margin-left: 10em;
    margin-right: 10em;
}

#price-section > p > a {
    text-decoration: none;
    font-weight: bolder;
    font-size: 15px;
}

#list-items ul {
    margin-left: 10em;
    font-size: 15px;
}

#list-items li {
    margin-left: 15em;
}

#list-items em {
    font-weight: bolder;
}