body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media only screen and (max-width: 430px) {
.sablon {
  display: inline-flex;
  flex-direction: column;
  align-items: left;
  gap: 4vw;
  position: relative;
  background-color: #ffffff;
  height: 755vw;
}

.capelnita {
  position: relative;
  width: 100vw;
  height: 350vw;
  overflow: hidden;
}
/*continut*/
.titlu {
  position: absolute;
  width: 78vw;
  height: 17vw;
  top: 7vw;
  left: 1vw;
  font-family: "Raleway-Bold", Helvetica;
  font-weight: 700;
  color: rgba(50, 101, 179, 1);
  font-size: 6vw;
  line-height: 150%;
  font-style: normal;
}

.pagina {
  position: absolute;
  width: 100vw;
  height: 84vw;
  top: 18vw;
  left: 1vw;
}

.coperta {
  width: 44.339vw;
  position: absolute;
  height: 44.339vw;
  object-fit: cover;
  border-radius: 10vw;
}

.fotocomp {
  display: none;
}

.fotomob {
  width: 100vw;
  height: 100vw;
  position: relative;
  top: 14vw;
}

.descriere {
  position: absolute;
  width: 95vw;
  height: 40vw;
  top: 140vw;
  left: 2vw;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 3.5vw;
  letter-spacing: 0;
  line-height: 5.2vw;
}
/*endcontinut*/
}

@media only screen and (min-width: 431px) {
.sablon {
  display: inline-flex;
  flex-direction: column;
  align-items: left;
  gap: 4vw;
  position: relative;
  background-color: #ffffff;
  height: 182vw;
}

.capelnita {
  position: relative;
  width: 100vw;
  height: 106vw;
  overflow: hidden;
}
/*continut*/
.titlu {
  position: absolute;
  width: 96vw;
  height: 4vw;
  left: 0;
  font-family: "Raleway-Bold", Helvetica;
  font-weight: 700;
  color: rgba(50, 101, 179, 1);
  font-size: 3vw;
  line-height: 100%;
  font-style: normal;
}

.pagina {
  position: absolute;
  width: 100vw;
  height: 84vw;
  top: 10vw;
  left: 1vw;
}

.coperta {
  width: 30.339vw;
  position: absolute;
  height: 30.339vw;
  object-fit: cover;
}

.fotocomp {
  width: 100vw;
  position: relative;
  top: 8vw;
}

.fotomob {
  display: none;
}

.descriere {
  position: absolute;
  width: 95vw;
  height: 40vw;
  top: 42vw;
  left: 1vw;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 1.5vw;
  letter-spacing: 0;
  line-height: 2.2vw;
}
/*endcontinut*/
}

/*continut*/
.navbar {
  display: inline-flex;
  align-items: flex-start;
  gap: 36px;
  position: absolute;
  top: 3vw;
  left: 0;
}

.topbar{
  position: absolute;
  left: 0;
  top: -4vw;
  width: 100vw;
  text-align: center;
  table-layout: fixed;
}