body{
    background-color:white;
}

/*NAVIGATION*/

/*bar*/
.topnav {
  overflow: hidden;
  padding-left: 2vw;
}

/*corner sun*/
.sun {
    position: fixed;
    top: -4px;
    left: -4px;
    float: left;
    z-index: 1
}

.sun img{
   width: 100px;
}


/* Grass */
.grass {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.grass img{
   width: 100%;
}

/*style*/
.topnav a {
  float: left;
  color: grey;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  padding: 2vh 2vw;
  text-decoration: none;
  font-size: 1em;
}

/*hover link*/
.topnav a:hover {
  color: skyblue;
}

/*active link*/
.topnav a.active {
  color: skyblue;
}

/*PAGE*/


h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4em;
  letter-spacing: 5px;
  word-spacing: 35px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.calendar {
  padding-top: 5vh;
  height: auto;
  width: 70vw;
}

#center{
    text-align: center;
}

.back{
    position: fixed;
    top: 20px;
    right: 20px;
    float:right;
}

.back img{
   max-width: 15vw;
}

@media (max-width: 768px) {
    .back{
    position: fixed;
    top: auto;
    bottom: 40px;
    right: 20px;
    float:right;
}
    .calendar {
  padding-top: 12vh;
  height: auto;
  width: 85vw;
}
}
