body {
    margin: 0;
    padding: 0;
    background-color: #2c2b2b;
  }
  
  .taskbar {
    display: flex;
    background-color: #333;
    color: #fff;
    justify-content: space-around;
    align-items: center;
    height: 60px;
  }
  
  .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  
  .icon img {
    width: 30px;
    height: 30px;
  }
  
  .icon span {
    margin-top: 5px;
    font-size: 12px;
  }
  
  .active {
    background-color: #555;
  }
 .linkhrefcolor {
    color: cyan;
 }
 .news {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid cyan;
  border-radius: 5px;
  text-align: left;
  position: absolute;
  font-weight: bold;
  color: cyan;
  transform: translate(-50%, -50%);
  left: 60%;
  top: 30%;
 }
 .href {
  color: cyan;
 }
 .newstext {
  font-size: 18px;
 }
 .donateform {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
 }
 .secret1 {
  border: 2px solid purple;
  height: 30px;
  border-radius: 50%;
  width: 30px;
  font-size: 10px;
  position: absolute;
  bottom: 0px;
 }
 .colorh5 {
  color: cyan;
 }
 .comming {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid cyan;
  border-radius: 5px;
  text-align: left;
  position: absolute;
  font-weight: bold;
  color: cyan;
  transform: translate(-50%, -50%);
  left: 40%;
  top: 30%;
 }