@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Roboto:wght@400;700;900&family=Satisfy&display=swap");
*, html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #252222;
  overflow: hidden;
}

#journal {
  width: 85vw;
  height: 55vw;
}

@media screen and (min-width: 768px) {
  .journal {
    width: 68vw;
    height: 44vw;
  }
}

.journal__front, .journal__back {
  width: 50%;
  height: 50%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  background-image: url(/assets/leather-journal.png);
  background-size: cover;
}

.journal__page {
  width: 50%;
  height: 50%;
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/assets/journal-page-standard.png);
  background-size: cover;
}

.journal__page-1 {
  width: 50%;
  height: 50%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  background-image: url(/assets/journal-page-1.png);
  background-size: cover;
}

.journal__page-2 {
  width: 50%;
  height: 50%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  background-image: url(/assets/journal-page-2.png);
  background-size: cover;
}

.journal__page-3 {
  width: 50%;
  height: 50%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  background-image: url(/assets/journal-page-3.png);
  background-size: cover;
}

.journal__page-4 {
  width: 50%;
  height: 50%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  background-image: url(/assets/journal-page-4.png);
  background-size: cover;
}

.journal__page-5 {
  width: 50%;
  height: 50%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  background-image: url(/assets/journal-page-5.png);
  background-size: cover;
}

.player {
  width: 50%;
  height: 5%;
  margin-left: 2rem;
}
/*# sourceMappingURL=style.css.map */