:root, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: PixelOperator;
  font-size: 30px;
  text-align: center;
  color: #7e6749;
}
@font-face {
  font-family: PixelOperator;
  src: url(/fonts/PixelOperator.woff);
}

.heading {
  height: 30px;
  overflow: scroll;
  position: absolute;
  top: 7%;
}
.description {
  height: 30px;
  width: 900px;
  overflow: scroll;
  position: absolute;
  top: 89%;
  opacity: 0;
}

button{
    background: transparent;
    border: none !important;
    font-size:0;
  cursor: pointer
}
.popup-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup{
  text-align: center;
  top: 89%;
  width: 100%;
  padding: 0px;
  background: black;
  position: absolute;
}
.popup a{
  background:violet;
  color: white;
  text-decoration: none;
  padding: 6px 10px;
}
.popup-close{
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
}

.frame1 {
  aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: relative;
  background-image: url("/images/1.jpg");
  background-size: cover;
}
.flowers{
    background: transparent;
    border: none !important;
    font-size:0;
     position: absolute;
  top: 53%;
  right: 65%;
  bottom: 33%;
  left: 17%;
  z-index: 1;
  cursor: pointer
}
.light{
    background: transparent;
    border: none !important;
    font-size:0;
     position: absolute;
 top: 28%;
  right: 63%;
  bottom: 60%;
  left: 22%;
  z-index: 1;
  cursor: pointer
}
.ruins{
    background: transparent;
    border: none !important;
    font-size:0;
     position: absolute;
  top: 46%;
  right: 23%;
  bottom: 21%;
  left: 51%;
  z-index: 1;
  cursor: pointer
}
.door{
    background: transparent;
    border: none !important;
    font-size:0;
     position: absolute;
  top: 45%;
  right: 11%;
  bottom: 31%;
  left: 78%;
  z-index: 1;
  cursor: pointer
}

.frame2 {
  aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: relative;
  background-image: url("/images/2a.jpg");
  background-size: cover;
}
.flowey  {  
    background: transparent;
    border: none !important;
    font-size:0;
    position: absolute;
   top: 62%;
  right: 45%;
  bottom: 18%;
  left: 45%;
  z-index: 1;
  cursor: pointer
}
.floweyDialogue {
  aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/flowey.png");
  background-size: cover;
  display: none;
}
.floweyText {
  top: 12%;
  right: 25%;
  bottom: 75%;
  left: 30%;
  overflow: scroll;
  position: absolute;
}

.heart { aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/heart.png");
  background-size: cover;
}
.lv1 { aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/lv1.png");
  background-size: cover;
}
.lowhealth {
  top: 91.4%;
  right: 27.6%;
  bottom: 7%;
  left: 34%;
  position: absolute;
  background-color: black;
}
.lowhealthgif {
   aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/lowhealth.gif");
  background-size: cover;
}

.frame2b{
  aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: relative;
  background-image: url("/images/2b.jpg");
  background-size: cover;
}

.frame2c{
  aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: relative;
  background-image: url("/images/2c.jpg");
  background-size: cover;
}
.toriel  {  
    background: transparent;
    border: none !important;
    font-size:0;
    position: absolute;
  top: 47%;
  right: 50%;
  bottom: 41%;
  left: 45%;
  z-index: 1;
  cursor: pointer
}

.frame2d{aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: relative;
  background-image: url("/images/2.jpg");
  background-size: cover;
}
.torielText {
top: 74%;
  right: 21%;
  bottom: 11%;
  left: 30%;
  overflow: scroll;
  position: absolute;
}
.torielDialogue {
    aspect-ratio: 842 / 631;
  max-width: 915px;
  flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/toriel.png");
  background-size: cover;
}
.toriel2  {  
    background: transparent;
    border: none !important;
    font-size:0;
    position: absolute;
  top: 49%;
  right: 70%;
  bottom: -1%;
  left: 7%;
  z-index: 1;
  cursor: pointer
}
