body{
    margin: 0;
            padding: 0;
            background-image: url('/images/Cloath.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
    color: rgb(225, 225, 225);
}

h1{
    font-family: "Cinzel";
    size: 40px;
    color: #CCB44E;
}

h2{
    font-family: "EB Garamond";
}

p{
    font-family: "Merriweather", serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    }

.container img {
    width: 20%;
    height: auto;
}

.position {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 300px;
    background-image: url(/images/Book.png);
}

.position img {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 30px;
    border: 4px solid rgb(46, 0, 8);
}

.block1.position img:nth-child(1) {
    z-index: 4;
}

.block1.position img:nth-child(2) {
    z-index: 3;
}

.block1.position img:nth-child(3) {
    z-index: 2;
}

.block1.position img:nth-child(4) {
    z-index: 1;
}

.block3 img{
    border: 4px solid rgb(46, 0, 8);
    width: 270px;
}

.block.block3, .block.block4 {
    align-self: start;
}

.block.block5, .block.block6 {
    align-self: start;
}
ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

.block6 a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: rgb(46, 0, 8);
}

iframe{
    border: 4px solid rgb(46, 0, 8);
}

footer{
    background-color: #8B2515;
    width: 100vw;
    height: 50px;
}

.font_cinzel{
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}


.font_merriweather{
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.font_eb-garamond{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}