// #Ref: https://article.itxueyuan.com/lXZKxM
body {
    background-image: linear-gradient(rgba(125,175,255,1.0), rgba(20,80,150,1.0));
    background-position: 50% 5%; 
    background-size: cover;
}

#header {
    margin-top: 5px;
}

#home {
margin: 0 auto;
width: 70%;
min-width: 65%;
background-color: rgba(255,255,255,1.0);
padding: 30px;
margin-top: 15px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle {
    height: 45px;
    clear: both;
    background-color: rgba(245, 245, 245, 0);
    vertical-align: center;
}

#navigator{
    border-radius: 5px;
}

#sideBar{
    border: 1px solid gainsboro;
    border-radius: 5px;
}
