#cas{
position:fixed;
top:0;
left:0;
width:100%;
}
html, body {
margin: 0;
padding: 0;
width:100%;
height:auto;
overflow-x: hidden
}
#home{
position:relative;
width:70%;
z-index:10
}
.postTitle,.postCon{
font-family: comic sans ms;
}
#blogTitle h1 a {
color: #515151;
font-size: 40px;
}
#navList a:hover {
color: #4c9ED9;
}