html {
  width: 100%;
  height: 100%;
  /* background: url(./images/07July2018.png) center center no-repeat; */
  background-color:#EBE7E0;
}
body {
  margin:0; 
  padding:40px; 
  font-family:"Lucida Grande", "Corbel", Arial, sans-serif;
}
#calendar {
  margin: 0 auto;
  width: 100%;
  max-width:577px;
  height: auto;
  top:0;
  left:0;
}
#lotto {
  font-family: 'Courier New', Courier, monospace;
}