@font-face {
  font-family: bk;
  src: url(bk.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: bk;
  color: rgba(0, 0, 0, 0.5);
}

nav {
  width: 90%;
  height: 10vh;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 2.5vh;
  right: 5%;
  border-radius: 50px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.001);
  backdrop-filter: blur(10px);
  border: 1px solid #2121216c;
}

.allNavContent {
  width: 95%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1%;
}

.allNavContent img {
  height: 90%;
  border-radius: 50px;
}

.allNavContent a {
  text-decoration: none;
  color: rgb(0, 0, 0, 1);
  font-size: 0.9em;
}

.headerBox {
  margin-top: 15vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headerBox #BaneDhuwaOxom {
  font-size: 2em;
  color: #ffbf00;
  padding-bottom: 0.3em;
}

.header {
  width: 90%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  background-image: url(wallmagazine2025.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.firstPoem {
  width: 90%;
  display: flex;
  justify-self: center;
  padding: 2.5vh 0;
  text-align: center;
  justify-content: center;
  border: 1px solid #000;
  margin-top: 1%;
  flex-direction: column;
  background: #fdfdfd;
  border-radius: 10px;
}

.firstPoem img {
  width: 100%;
  mix-blend-mode: darken;
}

.content {
  margin-top: 2.5vh;
  justify-self: center;
  width: 90%;
  text-align: justify;
  line-height: 1.3;
  font-weight: lighter;
}

.heading-text {
  font-weight: bold;
}

.content img {
  width: 100%;
  margin: 5% 0;
}

.xopunrXomadhi {
  justify-self: center;
  display: flex;
  padding: 5%;
  margin-top: 5%;
  width: 90%;
  border: 1px solid #000;
  border-radius: 10px;
}

.line {
  width: 70vw;
  justify-self: center;
  height: 0.2vh;
  background: #000000;
  border-radius: 10px;
  margin: 5%;
}

.editorialBox {
  width: 100%;
  padding: 7.5%;
  text-align: justify;
}

.magazineGroup {
  width: 85%;
  justify-self: center;
  margin-bottom: 10vh;
}
