body {
    background-position: center !important;
}
.skull-image {
    z-index: -1;
    position: absolute;
    width: 70% !important;
    height: auto !important;
    left: -170%;
    top: 580px;
}
.skull-image img {
    height: auto;
    width: 100%;
    filter: drop-shadow(0px 0px 0px #f1c559);
    animation: glow  1s infinite alternate;
}
    
}
@keyframes glow {
  0% {
    filter: drop-shadow(0px 0px 0px #f1c559);
      transform: scale(1);
  }
  50% {
    filter: drop-shadow(0px 0px 35px #f1c559);
    transform: scale(1.1);
  }
  100% {
    filter: drop-shadow(0px 0px 0px #f1c559);
      transform: scale(1);
  }
}
.new-book-cover img {
    width: 704px;
    height: 857px;
    top: -6%;
    position: relative;
    /* object-fit: scale-down; */
    left: -10px;
}
.cover-page p, .page p {
    max-height: 60% !important;
    margin-bottom: 0px !important;
}

section.page.cover-page.book-cover-page {
    width: 90%;
}

section.page {
    width: 100% !important;
    height: 700px !important;
}
body {
    background-color: #000;
}




/* style for nice select*/

.nice-select {
    border-radius: 0px;
}

.nice-select .list {
    border-radius: 0px;
    height: 200px;
    overflow-y: auto;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color:red;
  background: none;
}

.skull-image {
    display: none;
}

.nice-select {
    display: none;
}