body{

background: url("/images/graphics/bg_furrealife.png");
background-attachment: fixed;
}

.container{
background: url("/images/graphics/bg_tile_bluegrid.png");
}

header{
overflow:hidden;
max-width:500px;
border:1px ridge #000000;
border-radius:8px;
border-top-right-radius: 30px;
padding:5px;
color:rgb(0, 0, 0);
background-color: rgb(39, 66, 124);
font-family: monospace;
text-transform: uppercase;
background-image:url("/images/art/furrealife/banner_furrealife.png");
background-size:cover;
background-repeat:repeat-x;
background-position: 50%;
text-align:right;
margin:10px;
justify-content: flex-end;

}

header h2{
visibility: hidden;
}


.box{
background:white;
}
