:root {  --text-color: #8d76a0;  --link-color: #bb8ee1;  --bg-color: #b6a3c6;  --mainbg-color: #ede7f2;  --border-color: #564762;  --accent-color: #fff;}body {  background: var(--bg-color);  background-image: url("https://juomuuri.neocities.org/images/violetti_raitatausta.jpg");  background-attachment: fixed;  color: var(--text-color);  max-width: 800px;  margin: 50px auto;  padding: 5px;  font-family: verdana;  font-size: 0.8rem;  scrollbar-color: var(--bg-color) var(--mainbg-color);  scrollbar-width: thin;}.container {  position: fixed;  width: 100%;  min-height: 100%;  left: 0;  top: 0;  background-image: url("https://juomuuri.neocities.org/images/violetti_raitatausta.jpg");  background-repeat: repeat;   background-position: top;  opacity: 100%;  z-index: -1;}::selection {  background: var(--accent-color);}a {  color: var(--link-color);  text-decoration: none;  font-weight: bold;}a:hover {  text-shadow: 1px 1px 1px var(--border-color);  letter-spacing: 2px;}hr {  border: none;  border-bottom: 1px dotted var(--border-color);  margin: 0 15px;}			.graphic {padding:2px; background-color: #8d76a0; border:1px solid #b6a3c6;}.graphic:hover {padding:2px; background-color: #b6a3c6; border:1px solid #000000;}.graphick18 {padding:2px; background-color: #790000; border:1px solid #CC0005;}.graphick18:hover {padding:2px; background-color: #9E0B0E; border:1px solid #000000;}h1,h2,h3,h4,h5,h6 {  padding: 0;  margin: 0;  font-family: times new roman;  font-size: 1.2rem;  font-style: italic;  letter-spacing: 1px;}h1 {  text-shadow: 1px 1px 5px var(--border-color);  text-align: center;  background-image: url("https://juomuuri.neocities.org/images/violetti_raitatausta.jpg");  padding: 3px;  text-transform: uppercase;}h2 {  text-shadow: 1px 1px 5px var(--link-color);}h3 {  border-bottom: 1px solid;  margin-right: 15px;}header,nav,main,footer {  border: 1px solid var(--border-color);  padding: 5px 20px;  background: var(--mainbg-color);}header {  border-bottom: 1px dotted;  height: 240px;  background-image: url("https://juomuuri.neocities.org/images/juomubanner.jpg");  background-position: center;}header h1 {  margin: 15px;  font-family: times new roman;  font-size: 1.8rem;  font-style: italic;  text-align: right;  vertical-align: text-bottom;  background: none;  text-transform: none;}footer {  text-shadow: 1px 1px 1px var(--border-color);  background: none;  border: none;  font-style: italic;  text-align: center;}nav {  padding: 0;  border: none;  flex-display: wrap;  width: 25%;  border-right: 1px solid var(--border-color);  height: auto;}nav li,nav ul {  padding: 2px;  margin: 0;  list-style-type: none;}nav a {  color: var(--link-color);  letter-spacing: 1px;  text-shadow: 1px 1px 1px var(--border-color);  font-family: times new roman;  font-size: 1.2rem;  font-style: italic;  padding: 0 10px;  font-weight: normal;}nav li:hover {  background: var(--accent-color);}nav h1 {  padding: 3px 10px;  margin: 0;  background: var(--bg-color);  color: var(--mainbg-color);  text-shadow: 1px 1px 1px var(--border-color);  text-transform: uppercase;  text-align: left;}main {  text-align: left;  border-top: none;  display: flex;  padding: 0;}section {  height: 500px;  overflow: auto;  width: 100%;  margin: 15px;}@media screen and (max-aspect-ratio: 16/9) {  body {    margin: auto;    padding:15px;  }  header {    height: 100px;  }  main {    display: block;  }  nav {    width: 100%;    border-left: none;    border-bottom: 1px solid var(--border-color);  }  nav ul {    display: flex;    list-style-type: none;  }  section {    width: 95%;    height:auto;    padding:15px;    margin:15px auto;  }}