
body{
    font-size: 12px;
  color: #343d3a;
  font-family: "Arial";
  text-align: left;
  background-image:url("/bliss.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  line-height: 1.1em;
  overflow: hidden;
}
a{
color: #e20000;
text-decoration: underline;
}
a :visited{
color: #e20000;
text-decoration: underline;
}
a:hover{
color: #e20000;
text-decoration: none;
font-style: italic;
  }
   #nav iframe{
   border: none;
    position: fixed;
    overflow: hidden;
    top: 20px;
    left: 15px;
    width: 100px;
    height: 700px;
    padding: 0;
}
   .start{
  position: relative;
   width: 100px;
   margin-left: 0px;
  margin-right: 0px;
   height: 100px;
} 
.startcontainer{
  position: fixed;
  left: 0;
  bottom: 0;
   width: 1900px;
   height: 30px;
}

/* shrines/thursday */
.window{
  z-index: -10;
  position: fixed;
  top: 15px;
  left: 370px;
  background-image: url(tswindow.png);
    width: 890px;
    height: 1192px;
  background-size: contain;
  background-repeat: no-repeat;
}
.container{
  width: 592px;
  height: 510px;
  position: fixed;
  left: 653px;
  top: 125px;
  padding: 10px 5px 5px 5px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.title{
  margin-top: -5px;
    z-index: 10;
    position: relative;
}
.title2{
  margin-top: -20px;
    z-index: 10;
    position: relative;
}
.left{
    display: flex;
     flex-direction: column;
    width: 300px;
}
.about{
    width: 295px;
  background-color: white;
  height: fit-content;
  margin-top: -15px;
  padding: 15px 5px 5px 5px;
}
.right{
    display: flex;
     flex-direction: column;
    width: 200px;
    top: 5px;
    left: 310px;
    position: absolute;
}
.discog{
  width: 195px;
  background-color: white;
  height: fit-content;
  margin-top: -15px;
  padding: 15px 5px 5px 5px;
  display: flex;
      flex-direction: column;
      position: relative;
}
.items{
  width: 190px;
  padding: 2px 0px 1px 0px;
  height: fit-content;
  text-align: left;
  display: flex;
  flex-direction: row;
}
.items a, .items a:visited{
  text-decoration: none;
}
.imageitems img{
  padding-right: 5px;
}
#randomWord{
  display: inline-block;
}