html {
  background-color: rgb(255, 255, 255);
  background:url("goldilocks.jpg") top left no-repeat;
  background-size: 100% 100%;
  height:100%;
}

body, div, p, select, button {
	font-family: "Times New Roman", Times, serif;
	font-size:25px;
}
#border{
    border: 2px solid black;
    background-color: rgb(41, 73, 92);
    padding: 10px;
    border-radius: 25px;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    position: relative;
}

#currentStory {
    border-radius: 5px;
    background-color: rgb(180, 220, 230);
    padding:2px;
    margin-top: 29px;
    margin-bottom: 20px;
    margin-right: 14px;
    margin-left: 14px;
    width: 95%;
    height: 60%;
    overflow-y: scroll;
}

select {
    width: 95%;
    background-color: rgb(180, 220, 230);
    padding-top: 0px;
    margin-top: 2px;
    margin-bottom: 9px;
    margin-right: 19px;
    margin-left: 19px;
}

button {
    width: 95%;
    height: 90px;
    background-color: rgb(180, 220, 230);
    margin-top: 2px;
    margin-bottom: 9px;
    margin-right: 19px;
    margin-left: 19px;
}

#picture {
    width: 96%;
    height: calc( 100% - div_height );
    margin-left: 15px;
}

#picture img {
    width: 100%;
    height: 550px;
}
.hide{
    display: none;
}
.display{
    display: 100%;
}
#popup{
    position: absolute;
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
    padding: 20px;
    width: 70%;
    margin-left: 15%;

}

#popup h2{
    margin: 0!important;
}

#popup button{
    margin: 20px auto;
    width: 200px;
    font-size: 18pt;
    display:block;
    background-color:#FFDCA6;
    border-radius: 5px;
    padding: 5px;
}

#dialogue {
    text-align:center;
}