canvas {
    display: block;
    width: 100%;
    height: 46px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    /* Ensure it does not overflow the viewport */
    box-sizing: border-box;
    /* Include padding and borders in the width */
    background-color: #6a90c6;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px;
    background-image: url('back3.jpg');
    background-position: left;
    background-repeat: repeat-x;
    background-size: 50%;
    position: absolute;
}



#logo {
    height: 37px;
    position: absolute;
    background: grey;

    border-width: 0px 5px 5px 0px;
    border-radius: 0px 0px 5px 0px;
    border-color: rgb(112, 112, 112);
    border-style: solid;
padding: 2px;
}

#logo img {
padding: 2px;
height: 25px;
width: 100px;
    image-rendering: pixelated;
    /* For pixel-perfect scaling */
    image-rendering: crisp-edges;
    /* For sharper edges */
}

#tagline {
    padding: 0px 18px 0px 2px;
    color: #cccccc;
text-align: justify;
  text-align-last: justify; /* Forces the last line to stretch */
  width: 95%;
}