h1 {
font-size: 40px;
font-style: italic;
text-align: center;
}

#packages {
margin-top: 20px;
}

#packages table.categories {
text-align: center;
margin-left: auto;
margin-right: auto;
}

#packages table.categories td {
padding: 10px;
}

#packages table.categories td img {
border: 7px solid #A8C5F5;
}

#packages table.categories td img:hover {
border: 7px solid yellow;
}