body {
    background:url(https://st.prntscr.com/2023/07/24/0635/img/page-bg.png)
}

#header {
    background: linear-gradient(#3b3b3b,#3b3b3b );
    height: 50px;
}

#hSub {
    top: 45px;
    background: linear-gradient(#3b3b3b,#1f1f1f );
    height: auto;
}
a.logo::before {
    content: "ms";
    color: transparent;
    background: url(https://i.imgur.com/97c7kT1.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 30px;
    position: relative;
}
a.logo {
    font-size: 0px;
    width: 800px;
    height: 100px;
}
a.logo::after {
    font-size: 16px;
    content: "Lightshot";
}
.rightHead{
 background: #4b4b4b;
  color: #fdffff;
}
.boxHead{
 background: #4b4b4b;
}

.tableLeft{
  background: linear-gradient(#4b4b4b,#1f1f1f );
  color: #fdffff;
}
.tableRight{
  background: linear-gradient(#4b4b4b,#1f1f1f );
  color: #fdffff;
}