body {
    background: url("../media/bukka.jpg");
}
.content-box {
    background-color: #ffffff;
    border-radius: 1.8em;
    padding: 1.8em;
    max-width: 60em;
    margin: 4.3em auto;
}
.navbar-in-box {
    border-bottom: 1em solid #ddd;
    margin-bottom: 1.6em;
    padding-bottom: 1em;
}
.navMenu {
    font-size: 4em;
}
.currentMenu {
    font-size: 4em;
}
.sectionBevezeto {
    font-size: 1.5em; 
    padding: 1.25em;
    border: 0.063em solid #dee2e6;
    border-radius: 0.625em;
    background-color: #f8f9fa;
}
.coverFix {
    width: 25em;
    height: 37.5em;
    object-fit: cover;
}

.coverRow {
    margin-top: 4.375em;
}

.text-box {
    padding: 1.25em; 
    border: 0.063em solid #dee2e6;
    border-radius: 0.625em;
    background-color: #f8f9fa;
}

@media screen and (max-width: 576px) {
  .navMenu {
    font-size: 1.2rem;
    text-align: center;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
}
