body {
background-color:white;
}
top:0px auto;
}
h1.winter {font-family:Arial Black, impact}

a {text-decoration:none;
font-family:"comic sans ms", arial;
font-size:18px;
text-align:center;
color:black}

img.sticker{
position:absolute;
top:0px;
left:0px;
}

 /* Vertical centering: make div as large as viewport and use table layout */
  div.vc {top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table}
  p {display: table-cell; vertical-align: middle}
 
  /* Horizontal centering of image: set left & right margins to 'auto' */
  img.main {display: block; margin: 1em auto}
 
  /* Also center the lines in the paragraph */
  p {text-align: center}

img.none{
display:none}



