*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

body{
    color: black;
}

a {
    list-style: none;
    text-decoration: none;
    color: black;
}

.container {
 width: min(90%, 1200px);
 margin: 0 auto;
}

h2 {
    font-family: 'Francois One';
    font-weight: 400;
    font-size: 36px;
    padding-bottom: 40px;
      letter-spacing: 1.45px;

    sup {
       font-family: 'Farro'; 
       font-weight: 300;
       font-size: 16.5px;
       position: relative;
       top: -11px;
    }
}

 header {
  height: 80px;
  margin-bottom: 68px;
.container {
  display: flex;
  align-items: center;  
  justify-content: space-between;
  height: 100%;
  }
  .main-menu {
  margin-right: auto;
  margin-left: 53px;
  font-family: 'Staatliches';
  font-weight: 400;
  font-size: 22px;
}
 
.eng {
    font-family: 'Tourney';
    font-size: 22px;
    padding-left: 4px;
}
 }

.main-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  letter-spacing: 0.70px;

}

section {
    margin-bottom: 57px;
    
}

p {
    font-size: 28px;
    font-family: 'PT Sans';
            line-height: 1.7;

            


}

.chapter_3  {
    p {
    margin-bottom: 30px;
    }

}

.chapter_3 p:nth-of-type(3) {
      margin-bottom: 37.5px;

}


.chapter li {
    font-family: 'PT Sans';
     list-style: none;
    text-decoration: none;
    font-size: 28px;  
    margin-bottom: 30px;
    line-height: 1.73;
   
}

.chapter li:nth-of-type(2) {
    margin-bottom: 40px;
}

 span {
    background-color: #dadada;
 }

 .chapter_4 p {
padding-bottom: 30px;
 }