body {
  overflow:hidden;
}

style {
  margin: auto;
}

div {

}

p {
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
}

p.update-text {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
}

h1 {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 55px;
}

h2 {
  text-align: center;
  font-family: 'Dancing Script', cursive;
}

.center {
  margin-top: 15vh;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
}

.center-label {
  margin-top: 35vh;
  text-align: center;
}

.updates {
  font-size: 16px;
  color: blue;
  font-family: 'Dancing Script', cursive;
  position: absolute;
  top: 10px;
  right: 15px;
}

.updates:hover {
  cursor: pointer;
}

img {
  width: 91%;
  height: 98%;
  margin-top:10px;
  margin-bottom:10px;
}

#flipbook{
    border-width: medium;
}

#flipbook .page{
    border-style: solid;
    border-width: 8px;
    border-color: lightgrey;
    border-width: medium;
    background-color:white;
    line-height:300px;
    font-size:20px;
    text-align:center;
}

#flipbook .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

#flipbook .hard{
    border-width: medium;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}

#flipbook .odd{
    border-width: thin;
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;

}

#flipbook .even{
    border-width: thin;
    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
}
