<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
header{
height: 45px;
width: 100%;
background-color: yellow;
}
h1{
    color: black;
}

.logo{
   text-align:center;    
}


.logo img{
        margin-top: 5px;
}
</pre></body></html>