#home {
  border-radius: 36px;
  opacity: 0.7;
  margin: 0 auto;
  width: 85%;
  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);
}
body {
  color: #000;
  /* background: url(https://images.cnblogs.com/cnblogs_com/supermanYU/1844782/o_210917081110%E4%BE%A0%E5%AE%A2.jpg) fixed; */
  background: url(https://images.cnblogs.com/cnblogs_com/supermanYU/1844782/o_200914075650555szfntvwo555szfntvwo.jpg) fixed;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  min-height: 101%;
}

#blogTitle h1,
h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Comic Sans MS';
  line-height: 1.5em;
  margin-top: 20px;
  color: #515151;
  background: -webkit-linear-gradient(
    left,
    #ffffff,
    #ff0000 6.25%,
    #ff7d00 12.5%,
    #ffff00 18.75%,
    #00ff00 25%,
    #00ffff 31.25%,
    #0000ff 37.5%,
    #ff00ff 43.75%,
    #ffff00 50%,
    #ff0000 56.25%,
    #ff7d00 62.5%,
    #ffff00 68.75%,
    #00ff00 75%,
    #00ffff 81.25%,
    #0000ff 87.5%,
    #ff00ff 93.75%,
    #ffff00 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    rgb(255, 255, 255),
    rgb(255, 0, 0) 6.25%,
    rgb(255, 125, 0) 12.5%,
    rgb(255, 255, 0) 18.75%,
    rgb(0, 255, 0) 25%,
    rgb(0, 255, 255) 31.25%,
    rgb(0, 0, 255) 37.5%,
    rgb(255, 0, 255) 43.75%,
    rgb(255, 255, 0) 50%,
    rgb(255, 0, 0) 56.25%,
    rgb(255, 125, 0) 62.5%,
    rgb(255, 255, 0) 68.75%,
    rgb(0, 255, 0) 75%,
    rgb(0, 255, 255) 81.25%,
    rgb(0, 0, 255) 87.5%,
    rgb(255, 0, 255) 93.75%,
    rgb(255, 255, 0) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: computer 7s linear infinite;
}
.postTitle {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Comic Sans MS';
  line-height: 1.5em;
  margin-top: 20px;
  color: #515151;
  background: -webkit-linear-gradient(
    left,
    #ffffff,
    #ff0000 6.25%,
    #ff7d00 12.5%,
    #ffff00 18.75%,
    #00ff00 25%,
    #00ffff 31.25%,
    #0000ff 37.5%,
    #ff00ff 43.75%,
    #ffff00 50%,
    #ff0000 56.25%,
    #ff7d00 62.5%,
    #ffff00 68.75%,
    #00ff00 75%,
    #00ffff 81.25%,
    #0000ff 87.5%,
    #ff00ff 93.75%,
    #ffff00 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    rgb(255, 255, 255),
    rgb(255, 0, 0) 6.25%,
    rgb(255, 125, 0) 12.5%,
    rgb(255, 255, 0) 18.75%,
    rgb(0, 255, 0) 25%,
    rgb(0, 255, 255) 31.25%,
    rgb(0, 0, 255) 37.5%,
    rgb(255, 0, 255) 43.75%,
    rgb(255, 255, 0) 50%,
    rgb(255, 0, 0) 56.25%,
    rgb(255, 125, 0) 62.5%,
    rgb(255, 255, 0) 68.75%,
    rgb(0, 255, 0) 75%,
    rgb(0, 255, 255) 81.25%,
    rgb(0, 0, 255) 87.5%,
    rgb(255, 0, 255) 93.75%,
    rgb(255, 255, 0) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: computer 7s linear infinite;
}
.computer {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Comic Sans MS';
  color: #515151;
  background: -webkit-linear-gradient(
    left,
    #ffffff,
    #ff0000 6.25%,
    #ff7d00 12.5%,
    #ffff00 18.75%,
    #00ff00 25%,
    #00ffff 31.25%,
    #0000ff 37.5%,
    #ff00ff 43.75%,
    #ffff00 50%,
    #ff0000 56.25%,
    #ff7d00 62.5%,
    #ffff00 68.75%,
    #00ff00 75%,
    #00ffff 81.25%,
    #0000ff 87.5%,
    #ff00ff 93.75%,
    #ffff00 100%
  );
  background-image: -webkit-linear-gradient(
    left,
    rgb(255, 255, 255),
    rgb(255, 0, 0) 6.25%,
    rgb(255, 125, 0) 12.5%,
    rgb(255, 255, 0) 18.75%,
    rgb(0, 255, 0) 25%,
    rgb(0, 255, 255) 31.25%,
    rgb(0, 0, 255) 37.5%,
    rgb(255, 0, 255) 43.75%,
    rgb(255, 255, 0) 50%,
    rgb(255, 0, 0) 56.25%,
    rgb(255, 125, 0) 62.5%,
    rgb(255, 255, 0) 68.75%,
    rgb(0, 255, 0) 75%,
    rgb(0, 255, 255) 81.25%,
    rgb(0, 0, 255) 87.5%,
    rgb(255, 0, 255) 93.75%,
    rgb(255, 255, 0) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: computer 7s linear infinite;
}
@keyframes computer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
