div {
  box-sizing: border-box;
}

.text {
  color: #83C1E8;
  text-align: center;
}

.leftbl {
  vertical-align: top;
  display: inline-block;
  width: 38%;
  background-color: #83C1E8;
  height: 100vh;
  padding: 50px;
}

.rightbl {
  padding: 50px;
  vertical-align: top;
  display: inline-block;
  width: 60%;
  background-color: #F5F2ED;
  height: 100vh;
}

.minibl {
  padding: 20px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #F4E2DD;
}

.ramkabl {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: solid 3px #83C1E8;
}

.textbl {
  padding: 20px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #F4E2DD;
  text-align: center;
}

.qpage {
  display: none;
}

.cat1 {
  position: absolute;
  top: 400px;
  left: 200px;
}

.cat1 img {
  width: 300px;
}

.cat2 {
  position: absolute;
  top: 400px;
  right: 600px;
}

.cat2 img {
  width: 300px;
}

.main-btn {
  background-color: #83C1E8;
  padding: 20px 50px;
  outline: none;
  border: none;
  break-inside: 25px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  box-shadow: 0px 5px 10px #000;
  border-radius: 20px;
  top: 400px;
  right: 400px;
}

.main-btn:hover {
  color: #EBEBEB;
}

.qpage.leftblock {
  vertical-align: top;
  display: none;
  width: 19%;
  background-color: #83C1E8;
  height: 100vh;
  padding: 20px;
}

.qpage.leftblock img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.qpage.rightblock {
  vertical-align: top;
  display: none;
  width: 80%;
  background-color: #F5F2ED;
  height: 100vh;
  padding: 50px;
}

.qpage .miniblock {
  padding: 20px;
  width: 100%;
  height: 90%;
  border-radius: 50px;
  background-color: #F4E2DD;
  text-align: center;
}

.qpage h1 {
  color: #83C1E8;
  text-align: center;
}

.qpage .btn {
  background-color: #83C1E8;
  padding: 20px 50px;
  outline: none;
  border: none;
  break-inside: 25px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  box-shadow: 0px 5px 10px #000;
  border-radius: 20px;
  width: 50%;
  margin: 20px 25%;
}

.qpage .btn:hover {
  color: #EBEBEB;
}

.qpage .description {
  font-size: 2em;
  margin: 20px;
  color: #83C1E8;
}
