* {
    box-sizing: border-box;
}

@font-face {
    font-family: "InstrumentSerif";
    src: url(../fonts/InstrumentSerif-Regular.ttf);
}

@font-face {
    font-family: "SpaceGrotesk";
    src: url(../fonts/SpaceGrotesk-VariableFont_wght.ttf);
}

body {
    margin: 0;
}

.hide {
    display: none !important;
}

.container {
    max-width: 100%;
    padding-top: 44px;
    overflow-y: hidden;
    min-height: 893px;
    padding: 20px;
    border: 1px solid black;
    background-image: url(../images/image.png);
}

main {
    margin: 0 auto;
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 390px;

    gap: 10px;
}

.chapter {
    display: flex;
    align-items: center;
    max-height: 10%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    border: 1px solid black;
    border-radius: 10px;
}

.currentChapter {
    font-size: 16px;
    font-weight: 100;
    font-family: InstrumentSerif;
    font-style: italic;
}

.chapterOf {
    padding-left: 8px;
    margin: 0;
}

.chapterTitle {
    font-size: 32px;
    font-weight: 100;
    font-family: InstrumentSerif;
    margin: 0;
}

.titleAndVoiceover {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadText {
    font-size: 16px;
    font-family: SpaceGrotesk;
    line-height: 1.5;
}

.navigationButton {
    display: flex;
    justify-content: right;
}

#revealMyPage {
    position: fixed;
    left: 10;
    top: 10;

    display: flex;
    flex-direction: column;
    width: 200px;
    text-align: center;

    border: 2px solid black;
    padding: 20px;
}

#geoLocationCircle {
    background-color: red;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.nextPlaceClue {
    color: red;
    text-align: center;
    font-size: 20px;
    font-style: italic;
}

.getLetterButton {
    padding: 10px;
    border-radius: 5px;
    font-family: spaceGrotesk;
    font-size: 14px;
    background-color: white;
    box-shadow: 1px 1px 1px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.nextButton {
    padding: 5px;
    border-radius: 5px;
    font-family: spaceGrotesk;
    font-size: 14px;
    background-color: rgb(188, 188, 188);
    box-shadow: 1px 1px 1px;
}

#finalAnswerContainer {
    display: flex;
    gap: 20px;
    justify-content: center;
}

#yesButton {
    background-color: rgb(77, 141, 83);
    border-radius: 5px;
    padding: 15px;
    width: 100px;
    font-family: groteskSpace;
    font-size: 18;
    color: white;
    font-weight: 700;
}

#noButton {
    background-color: rgb(199, 51, 51);
    border-radius: 5px;
    padding: 15px;
    width: 100px;
    font-family: groteskSpace;
    font-size: 18;
    color: white;
    font-weight: 700;
}

#finalAnswerH2 {
    text-align: center;
    font-family: groteskSpace;
}

.headphoneImg {
    height: 50px;
    width: 50px;
}

.playChapter {
    height: 60px;
    width: 60px;

    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.playButtonContainer p{
    margin: 0;
    text-align: center;
}

.playButtonContainer {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#erikDahlbergs {
    margin-top: 250px;
}