
body { overflow-x: hidden;
  background:url(https://csis-prod.s3.amazonaws.com/s3fs-public/publication/160913_arctic.jpg);
  /* , url(http://www.chameleoncollection.co.uk/Content/Images/Products/Agatha/thumbnail/ps3-3181_s.jpg) */ 
  background-size:100vw;
  color: white;
  font-family: Verdana;
  margin:0px;
}
.headershell { width:100vw; height:100px; color:#de2; display:block; background:#d822ee; font-family: 'Limelight', cursive; text-align:center; position:absolute; top:0; z-index: -20;}
.headercircle { left: 50%;width: 158px; height: 158px;border-radius: 100px; vertical-align: top; position: absolute; margin: -20px -75px;background:#d822ee; display: inline-block; 
z-index: -20; }
.headerbackground { width:100vw; height:80px; color:#efb; display:block; background:#da9; font-family: 'Limelight', cursive; text-align:center; position:absolute; top:0;}
.headermid {width: 130px; height:130px; border-radius:100px;  vertical-align: top; background:url(/mrsmouth.png),#ffd; background-size:100%; display:inline-block; }
.menu-item {font-size:20px;  display:inline-block;  margin:30px 20px;}
#under {margin:30% auto 0; width:40%; height:3em; text-align:center; background:#ffffffa4;}
#under h1 {animation-name:rainbow; animation-iteration-count:infinite; animation-duration:3s;}
#update {position: fixed; top:0;}
@keyframes rainbow {
0% {color:red;}
16%{color:orange;}
32%{color:yellow;}
48%{color:green;}
64%{color:blue;}
80%{color:purple}
100%{color:red;}
}