/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

    #box
{
    position: absolute;
    width: 62.6%;
    height: 93%;
    left: 16.6%;
    top: 6.7%;
    border: #000 solid 1px;
    background: #000000;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
}

    #savemenu
{
    width: 300px;
    height: 149px;
    border: #fff ridge 7px;
    background: #000000;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
}

#savemenuforward
{
    width: 300px;
    height: 149px;
    border: #fff ridge 7px;
    background: #000000;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
}
#savemenuleft
{
    width: 300px;
    height: 149px;
    border: #fff ridge 7px;
    background: #000000;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    overflow: scroll;
}

    .playername {
    text-align: left;
    }
    
    .lvtime {
     float:right; 
    }
    
    .savebutton {
      text-align: left;
      padding: 5px;
    }
    
    .returnbutton {
      float: right;
    }
    
    .filesaved {
      color: #ffff00;
      }
    
    html {
      background-image: url(https://deltarune-cyoa.neocities.org/borders/border_line_1080_0.png);
      background-size: 100%;
      background-color: #000000;
    }    
  
img {max-width:100%;}

a:link {
  color: cyan;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: cyan;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

  .button {
  background-color: #ff0000;
  border: grey;
  border-radius: 4px;
  color: black;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 7px #aa0000;
  cursor: pointer;
}

.button:hover {
  background-color: #ee0000;
  box-shadow: 0 7px #aa0000;
}

.button:active {
  background-color: #ee0000;
  box-shadow: 0 5px #aa0000;
  transform: translateY(2px);
}

#astext {
    background:none;
    border:none;
    color:white;
    font-size:17px;
    margin-bottom:0px;
    padding:5px;
    cursor: pointer;
}

#astextyellow {
    background:none;
    border:none;
    color:#ffff00;
    font-size:17px;
    margin-bottom:0px;
    padding:5px;
    cursor: cursor;
}

.useless {
    background:none;
    border:none;
    color:white;
    font-size:17px;
    margin-bottom:0px;
    padding:5px;
    cursor: cursor;
}

.indent1 {
  padding-left: 25px;
  }
  
  details summary { 
  cursor: pointer;
}

details > summary {
    list-style-type: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

details>summary::before {
  content: url(https://deltarune-cyoa.neocities.org/SOUL_overworld.png);
}

details[open]>summary::before {
  content: url(https://deltarune-cyoa.neocities.org/SOUL_battle_yellow.png);
}

details[open]>summary {
  margin-bottom: 0.5rem;
}

#More {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  display: none;
}
#Forward {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  display: none;
}
#Left {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  display: none;
}

  .choice {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  background-color: #000000;
  border-style: ridge;
  border-width: 5px;
  border-color: #ffffff;
}