@font-face {
    font-family: Glacial;
    src: url("font/glacial-indifference/GlacialIndifference-Regular.otf") format("opentype");
}

@font-face {
    font-family: Glacial-Italic;
    src: url("font/glacial-indifference/GlacialIndifference-Italic.otf") format("opentype");
}

@font-face {
    font-family: Glacial-Bold;
    src: url("font/glacial-indifference/GlacialIndifference-Bold.otf") format("opentype");
}

body {
    margin: 0%;
    padding: 0;
}


.dark-title {
        display: flex;
        font-family: Glacial;
        letter-spacing: 0.4vw;
        font-weight: 100;
        color: #827251;
        border-bottom: solid 0.7vh #827251;
        font-size: 4vw;
        width: max-content;
        justify-content: center;
        margin: 4.5% auto -1%;
        padding: 0 0 2% 0;
        /* z-index: 1; */
        /* border: red 2px solid; */
}

.back-button {
    background-color: #827251;
    /* width: max-content; */
    /* height: 4%; */
    /* text-align: center; */
    /* margin: auto; */
    padding: 8px;
    text-decoration: none;
    border: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    text-shadow: 2px 3px 20px #000;
    /* background-color: rgba(255, 254, 250, 0.3); */
    color: #fffef9;
    z-index: 1000;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    /* line-height: 50px; */
    opacity: 0.8;
  }
 
  .back-button:hover {
    cursor: pointer;
    opacity: 0.5;
  }


.main-container {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 7% auto 0;
    /* border: red solid 2px; */
}




.whole-text-container {
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: center;
    /* border: pink 15px solid; */
}

.text-title {
    color: #827251;
    font-family: Glacial-Bold;
    font-size: 1.8vw;
    /* border: pink 2px solid; */
    margin: 5% 0 4%;
}
 
.text-body {
    text-align: center;
    font-size: 1.5vw;
    color: #827251;
    width: 80%;
    line-height: 1.3;
    /* border: blue 2px solid; */
    /* margin: 0 auto 0; */
}

.line {
    width: 46%;
    /* height: 5%; */
    border-top: #827251 0.2vh solid;
    margin: 5% auto 2%;
}

@media only screen and (max-width: 768px) {
    /* .main-container {
        flex-direction: row;
        width: 80%;
        margin: 7% auto 0;
        border: red solid 2px;
    } */

    .main-container {
        flex-direction: column;
        /* height: 100%; */
        /* padding: 5% 0 20% 0; */
}

.dark-title {
    font-size: 4.8vw;
    /* font-weight: 500; */
    /* margin: 12% 0 -11% 0; */
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 60%;
    margin: 15% 0 0 0;
    /* border: rgb(0, 255, 76) solid 2px; */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 103%;
    border: none;
}

.whole-text-container {
    
  margin-top: 10%;
    /* border: pink 15px solid; */
}

.text-title {
    color: #827251;
    font-family: Glacial-Bold;
    font-size: 5vw;
    /* border: pink 2px solid; */
    margin: 5% 0 4%;
}
 
.text-body {
    text-align: center;
    font-size: 2.5vw;
    color: #827251;
    width: 75%;
    line-height: 2.3;
    /* margin-top: 10%; */
    /* border: blue 2px solid; */
    /* margin: 0 auto 0; */
}

    .back-button {
        font-size: 1em;
    }
}