#L2dCanvas {
  cursor: pointer;
}

.clock-time {
  position: relative;
  top: -60px;
  margin-left: auto;
  height: 30px;
  width: 160px;
  color: #fff;
  font-size: 15px;
}

.float-control {
  border-radius: 50%;
  background: #b0c0ff;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-left: auto;
  margin-top: 34px;
  margin-right: 10px;
}

.navbar {
  display: none;
  background-color: #000;
}

#blogTitle {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 200px;
  text-align: center;
  background: url('https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fpic1.win4000.com%2Fwallpaper%2Fe%2F5880822b88cf7.jpg%3Fdown&refer=http%3A%2F%2Fpic1.win4000.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1639817966&t=90fac9e60648ebb7a0447d95a654d66e');
  background-size: cover;
}

#blogTitle h1 {
  margin-top: 12px;
  font-size: 34px;
  background-image: linear-gradient( rgb(197 78 233 / 80%), rgb(82 168 236 / 90%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#blogTitle h1:hover {
  background-image: linear-gradient( rgb(82 168 236 / 90%), rgb(197 78 233 / 80%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#blogTitle h2 {
  color: #000;
  width: 100%;
  font-size: 15px;
  text-align: center;
}

.postTitle2 > span {
  color: #000;
  font-weight: bolder;
}

.custom-footer {
  height: 50px;
}

#home {
  opacity: 0.8;
  margin-top: 0;
  margin-left: 300px;
}

.winbox {
  top: 50px;
  left: 5px;
}

body {
  background: url('https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg.pconline.com.cn%2Fimages%2Fupload%2Fupc%2Ftx%2Fwallpaper%2F1207%2F16%2Fc0%2F12346219_1342401184731.jpg&refer=http%3A%2F%2Fimg.pconline.com.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1639819049&t=d24220d7dedab6b89d8a52ff80f812c9') fixed;
  // background: url('https://img2023.cnblogs.com/blog/2219408/202312/2219408-20231215152900950-397112353.jpg') fixed;
  background-size: cover;
  overflow-x: hidden;
}