#home {
    margin: 0 auto;
    width: 70%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    box-shadow: 3px 3px 20px 0px black;
    background-image: url(https://static.simpledesktops.com/uploads/desktops/2015/11/18/garlic_siracha.png);
}
#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
    margin-top: 20px;
    color: #4078c0;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #4078c0;
    font-weight: bold;
    font-size: larger;
}