body {
  background-color:#dff8eb;
  color:#ffcaed;
  font-family: pixelify sans;
  font-size: 22px;
  background-image: url("peep.gif");
  cursor: url("jointmouse.png"), auto;
}



* {
  box-sizing: border-box;
}


#calendar-box {
  background-color: #dff8eb;
  border: 3px solid #ffcaed;
  border-radius: 10px;
  padding: 10px;
  display: relative;
  margin: 5px;
  
  
}


  #status-box { 
    background-color: #dff8eb; 
    border: 3px solid #ffcaed; 
    border-radius: 10px; 
    padding: 10px; 
    display: inline-block;
    margin: 5px;
  }


