* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: #dfe4ea;
}
.upper-bar {
  height: 5px;
  width: 100vw;
  background-image: linear-gradient(to right, #3399cc, #f73670);
}

.logo-bar {
  background-color: white;
  height: 80px;
  width: 100vw;
}
.logo-bar img {
  height: 60px;
  margin: 10px;
  transition: 0.2s;
}
.logo-bar img:hover {
  height: 62px;
  filter: blur(0.3px);
}
.description-bar {
  background-image: linear-gradient(to right, #3399cc, #f73670);
  height: 200px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}

.description-bar h1 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;

  font-size: 35px;
}

.description-bar h3 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 0 20px;
  font-size: 20pt;
}
h1 {
  margin-bottom: 20px;
  color: #2f3542;
}
h3 {
  font-size: 25px;
  color: white;
}
#step3 {
  display: none;
}
a {
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  transition: 0.4s;
}
#lateralQuestion {
  display: none;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
  color: #2f3542;
}
#lateralInformation {
  display: none;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
  color: #2f3542;
}
.paragraph {
  margin-top: 15px;
}

.crop-container {
  margin: 20px auto;
  max-width: 640px;
  max-height: 100vh;
}

.crop-container img {
  max-width: 100%;
  max-height: 50vh;
}
#coverCropInstructions {
  display: none;
  text-align: center;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20pt;
  font-weight: 700;
  margin-top: 25px;
}
#lateralCropInstructions {
  display: none;
  text-align: center;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px 15px;
}
.file-input {
  background-image: linear-gradient(to right, #3399cc, #f73670);
  color: white;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 20px;
  padding: 7px 15px;
  border-radius: 20px;
  transition: 0.2s;
  box-shadow: inset 0 0 0px 3px rgba(0, 0, 0, 0.2);
}
.file-input:hover {
  opacity: 0.8;
  cursor: pointer;
}
.button {
  display: none;
  background-image: linear-gradient(to right, #3399cc, #f73670);
  color: white;
  text-transform: uppercase;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;

  padding: 7px 15px;
  border-radius: 20px;
  transition: opacity 0.2s;
  box-shadow: inset 0 0 0px 3px rgba(0, 0, 0, 0.2);
  margin: 5px 15px;
}

.button:hover {
  opacity: 0.8;
  cursor: pointer;
}

#coverInput {
  display: none;
}

#loading-gif {
  text-align: center;
  margin-top: 200px;
  display: none;
}
.inputoutput {
  display: none;
}

.result {
  display: none;
}

#lateralInputLabel,
#lateralInput {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

#actionButtons {
  display: flex;
  justify-content: center;
  margin: 15px;
}
.ebook {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.ebook button {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
.ebook p,
.ebook a {
  display: none;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.ebook a:hover {
  font-size: 18px;
  font-weight: 700;
  color: #f73670;
}

#ebook,
#labeledEbook {
  display: none;
  width: 40vw;
  box-sizing: border-box;
  align-content: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dfe4ea;
}
.finishButtons {
  width: 60vw;
  display: flex;
  align-items: space-around;
}
