body{
background: url("/images/graphics/bg_miichannel.png");
background-attachment: fixed;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-repeat:repeat;
margin:0;
padding:0;
}


header{
overflow:hidden;
width:max-content;
border:1px ridge #000000;
border-radius:8px;
border-top-right-radius: 30px;
padding:5px;
color:#ffffff;
font-family: monospace;
text-transform: uppercase;
background-image:url("/images/graphics/bg_bwgradient.png");
background-size:cover;
background-repeat:repeat-x;
background-position: 50%;
text-align:right;
margin:10px;
justify-content: flex-end;

}

h2{
background-color: black;
color:white;
padding:4px;
}