body {
  background-image: url("https://dovebane.neocities.org/Images/background%20tile.png");
  background-attachment: fixed;
  color: white;
}

.c {
  text-align: right;
}

.r {
  content: url('https://pixelsafari.neocities.org/dividers/more/sparkles2.gif');
}

.w {
  content: url('https://dovebane.neocities.org/Images/Sticky%20Notes/back_md_clr.gif');
}

.tags {
  line-height: 1.5;
}

            /* the "container" is what wraps your entire website */
            #container {
                max-width: 900px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
            }

            .summary {
              background-color: #343434;
              flex: 1;
              padding: 10px;
              order: 2;
              font-size: 17px;
              border-style: outset;
              border-color: black;
              border-radius: 7px;
              border-width: 5px;
              margin: 7px;
              opacity: 0.90;
            }

            #story {
              background-color: #343434;
              flex: 1;
              padding: 10px;
              order: 2;
              font-size: 17px;
              border-style: inset;
              border-color: white;
              border-radius: 7px;
              border-width: 5px;
              margin: 7px;
              text-indent: 40px;
              opacity: 0.90;
            }  

            /* the area below is for all links on your page
    EXCEPT for the navigation */
            #container a {
                color: #F0F3FE;
                font-weight: bold;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }

            #container a:hover {
              color: #FF5858;
            }  