body{
background-image: url("https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1600966654876&di=42c417a0e84f70bb026e5a73ce9d7767&imgtype=0&src=http%3A%2F%2Fimglf6.nosdn0.126.net%2Fimg%2FK3hHZmZWNDk4cENxMGwxS2RuVi9BTGJmMXNTS2txN2gyZTlyd2ZrS0N3MmE1cnl6OUxkb1Z3PT0.jpg"); background-position: initial; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-origin: initial; background-clip: initial;
height:100%;
width:100%;
}
#home {
opacity: 0.8;
margin: 0 auto;
width: 75%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 {
font-size: 30px;
font-weight: bold;
font-family: "Comic Sans MS";
line-height: 1.5em;
margin-top: 20px;
color: #515151;
}