/* 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-image: url('https://kuwriting.neocities.org/Images/FlowersFlipped.png');
  background-size: 50%, 10%, 40%;
  background-color: #390717;
  background-repeat: repeat, repeat, repeat;
  background-position: right bottom;
  background-attachment: fixed;
  font-family: Verdana;
}

h1 {
font-size: 20px;
text-align: center;
}

h2 {
  font-size: 24px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
}

h3 {
  margin: 0px 22.5%;
}

h4 {
font-size: 20px;
}

#character1{
font-size: 18px;
text-indent: 50px;
padding-right: 22.5%;
padding-left: 22.5%;
}

p {
font-size: 18px;
/*padding-right: 22.5%; padding-left: 22.5%*/
text-indent: 50px;
margin: 0px 22.5%;
}

p2 {
  font-size: 18px;
  color: black;
  margin-left: 12px;
  margin-right: 12px;
}

p3 {
  color: white;
  text-align: center;
}

p4 {
  color: white;
}

p5 {
  font-size: 18px;
  text-indent: 50px;
  color: black;
  margin-left: 12px;
  margin-right: 12px;
}

pC {
  font-size: 18px;
  text-indent: 50px;
  color: white;
  margin-left: 12px;
  margin-right: 12px;
  margin-top:18px;
}

pK {
  font-size: 18px;
  color: #f4ab1c;
  margin-left: 12px;
  margin-bottom:18px;
  margin-right: 12px;
}

pY {
  font-size: 18px;
  color: #f387ff;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom:18px;
  font-style: italic;
}

pB {
  font-size: 18px;
  color: #c8c8c8;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom:18px;
}
pN {
  font-size: 18px;
  color: #638ff3;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom:18px;
}

pA {
  font-size: 18px;
  color: #9647ff;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom:18px;
}

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: absolute;
  background-color: #828282;
  padding: .5em;
  min-width: 10rem;
}
.tooltip-wrap:hover .tooltip-content {
  display: block;
}


a {
  text-align: center;
}

a.class1 {
  text-decoration: none;
  color:white;
}

a.class1:hover {
  text-decoration: underline; color: white;
}

a.class2 {
  text-decoration: none;
  color: white;
}

a.class2:hover {
  text-decoration: underline;
}

a.class2:visited {
  text-decoration: underline;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.Row {
  display: table;
  width: 100%; /*Optional*/
  table-layout: auto; /*Optional*/
  border-spacing: 10px; /*Optional*/
  margin: auto;
  text-align: center;
}

.Row2 {
  display: table;
  width: 60%; /*Optional*/
  table-layout: fixed; /*Optional*/
  margin-left: 20%;
  margin-right: 20%;
  border-spacing: 20px;
  text-align: center;
}

.Row3 {
  display: table;
  width: 80%; /*Optional*/
  margin: 0px 20%;
  table-layout: fixed; /*Optional*/
  border-spacing: 10px;
  text-align: center;
}

.Column {
  display: table-cell;
  border-style: solid;
  border-color: #eed5e7;
  border-width: 5px;
  border-radius: 10px;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  padding: 5px;
}

.Column2 {
  display: table-cell;
  border-style: dashed;
  border-color: #eed5e7;
  border-width: 5px;
  border-radius: 10px;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  padding: 15px;
  width:225px;
}

.containerLEFT {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-style: solid;
  border-color: #eed5e7;
  border-width: 5px;
  border-radius: 10px;
  width:225px;
  height:268px;
  margin-left:10px;
  margin-right:10px;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
}

.changelog {
  overflow-y: auto;
  flex-direction: column;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  justify-content: center;
  margin-top: 10px;
  padding: 10px;
  border-top: dashed;
  border-color: #eed5e7;
  border-width: 2.5px;
  border-radius: 5px;
    }

.container5 {
  display: flex;
  flex-direction: column;

  border-style: solid;
  border-color: #eed5e7;
  border-width: 5px;
  border-radius: 10px;
  width: 75%;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  justify-content: center;
}

.container3 {
  border-style: dashed;
  border-color: #eed5e7;
  border-width: 2.5px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px;
  width:124px;
  height: 200px;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  justify-content: center;
}

.container4 {
  border-style: dashed;
  border-color: #eed5e7;
  border-width: 2.5px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px;
  width:250px;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  justify-content: center;
}

.container2 {
  display: flex;
  flex-direction: column;
  margin: 0px 20%;
  border-style: solid;
  border-color: #eed5e7;
  border-width: 5px;
  border-radius: 10px;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  justify-content: center;
}

.containerStories {
  display: flex;
  flex-direction: column;
  margin: 0px 20%;
  border-style: solid;
  border-color: #eed5e7;
  border-width: 5px;
  border-radius: 10px;
  background-color: #fffdfe;
  justify-content: center;
}

.containerChara {
  margin: 0px 20%;
  padding: 25px;
  border-style: solid;
  border-color: #eed5e7;
  border-width: 5px;
  border-radius: 10px;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
}

.scroll {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
          display: flex;
  flex-direction: column;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom:5px;
    }
    
.CharacterRow {
  display: table;
  table-layout: fixed; /*Optional*/
  width: 100%;
  border-spacing: 30px;
}

.CharacterColumn {
  display: table-cell;
  padding-right: 10px;
  justify-content: center;
  text-align: center;
  width: 100px;
  height: 100px;
}

img2 {
  object-fit: cover;
  width: 230px;
  height: 230px;
}

ul {
  font-size: 18px;
  color: black;
  margin-left: 12px;
  margin-right: 12px;
}


/* width */
      ::-webkit-scrollbar {
        border-radius: 100px;
        width: 10px;
        height: 10px;
      }
      
      /* Track */
      ::-webkit-scrollbar-track {
        background: white; 
        width: 10px;
        height: 10px;
      }
       
      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: #fabb9f;
        width: 10px;
        height: 10px;
      }
      
      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
        background: #dd8478; 
        border-radius: 100px;
        width: 10px;
        height: 10px;
      }
      
      ::-webkit-scrollbar-button {
        background: #dd8478; 
      }
      
      
      .dark-mode {
        background-color: black;
        color: white;
      }

      .containerStoriesDARK {
        display: flex;
        flex-direction: column;
        margin: 0px 20%;
        border-style: solid;
        border-color: #eed5e7;
        border-width: 5px;
        border-radius: 10px;
        color: white;
        background-color: #760923;
        background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
        background-size:50%;
        background-repeat: repeat;
        justify-content: center;
      }

      p6 {
        font-size: 18px;
        text-indent: 50px;
        color: white;
        margin-left: 12px;
        margin-right: 12px;
      }

.lightswitch  {
  float: left;
  margin-left: 4%;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-color: #eed5e7;
  border-width: 5px;
  border-radius: 10px;
  background-color: #760923;
  background-image: linear-gradient(rgba(118, 9, 35,0.8), rgba(118, 9, 35,0.8)), url("https://kuwriting.neocities.org/Images/Flowers.png");
  background-size:50%;
  background-repeat: repeat;
  width: 150px;
  height: 170px;
  <button id="modify" onclick="myFunction();" style="background-color: transparent; border: none; padding-left: 0px; padding-right 0px;margin-left: 0px; margin-right: 0px"><img src="https://kuwriting.neocities.org/Images/Night.png" style="width: 50%;height: 50%; padding-left: 0px; padding-right 0px;margin-left: 0px; margin-right: 0px;margin-bottom: 20px"></button>
  <button id="undo" onclick="myFunction();" style="background-color: transparent; border: none; padding-left: 0px; padding-right 0px;margin-left: 0px; margin-right: 0px"><img src="https://kuwriting.neocities.org/Images/Light.png" style="width: 50%;height: 50%; padding-left: 0px; padding-right 0px;margin-left: 0px; margin-right: 0px"></button>
}