:root {
  --background: url('https://slushiecafe.neocities.org/images/rose.gif');
}

body {
  background: fixed;
  background-image: var(--background);
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}

.container {
  margin: 0 auto;
  max-width: 800px;
  border: 1px solid lightgray;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 16px;
  background: white;
}

header {
  border-bottom: double black;
  margin-bottom: 24px;
  padding: 0 100px;
}

footer {
  padding: 10px;
  border-top: double black;
  margin-top: 24px;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
      
nav li {
  border-right: 1px solid black;
  text-transform: uppercase;
  padding: 0 14px;
  display: inline-block;
}
      
nav li:last-child {
    border-right: 0;
} 

ul {
  list-style: url('https://slushiecafe.neocities.org/images/clover.gif');
  text-align: left;
}

li {
  padding-bottom: 2px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.3em;
  background: #83765f;
  padding: 4px;
  color: white;
  margin: 0 0 8px 0;
  text-shadow: 1px 1px 0 black;
}

text {
  font-family: 'Lunadaisy';
  color: #83765f;
  font-size: 5em;
  background: none;
  margin: 0 0 8px 0;
  text-shadow: 1px 1px 0 black;
}

.faq {
  list-style: none;
  padding: 0 6px;
}

.faq li {
  padding: 8px 0;
  border-bottom: 1px dashed black;
}

.faq li:last-child {
  border-bottom: 0;
}

.characters figure {
  width: 78px !important;
}

.characters figure img {  
  width: 78px !important;
  height: 78px;
}

figure {
  width: 90px;
  margin: 6px 1px;
    font-size: smaller;
}

figure img {
  width: 90px;
  border: 2px outset lightgray;
  filter: 
    sepia(20%)
    grayscale(20%);
}

.media figure img {
  height: 125px;
}

figcaption {
  text-align: center;
}

.divider {
  border: 0;
  height: 51px;
  margin-bottom: 18px;
  background: url('https://slushiecafe.neocities.org/images/graphics/bflybar.gif') no-repeat top center;
  clear: both;
}
      
.box {
  border: 1px dashed black;
  padding: 0;
  width: 100%;
}

.border {
  background: url('https://slushiecafe.neocities.org/images/daisybackground.png') repeat-x;
  background-size: 200px;
  background-position: bottom;
  height: 100px;
  padding: 0;
  margin: 0 -10px;
  z-index: -1;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: .8;
  filter: blur(.5px);
}


@media only screen and (max-width: 700px) {
  body, nav ul {
    text-align: center;
  }
  #flex div, section, article {
    width: 100% !important;
    padding: 0;
  }

  header, header div {
    padding: 0;
    width: 100%;
  }
  
  ul {
    columns: 1 !important;
  }

  .border {
    display: none;
  }
}