html,body{
    background: url(https://pic2.zhimg.com/80/v2-4df8c2b7d35267e5380595280e6f30e8_1440w.jpg?source=1940ef5c);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
body{
    filter: opacity(0.8);
}
#home{
    background: #fff;
    border-radius: 2em;
    margin-bottom: 2em;
}
#top_nav{
    display: none;
}
#blogTitle{
    padding: 5em 5em 1em 5em;
}
#blogTitle h1 a{
    font-size: 2em;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    text-decoration: none;
}
#navigator{
    margin-top: 1em;
    background: #fff;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

#footer{
    color: #000;
}