@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

body {
  background-color: #000;
  color: #673400;
  font-family: 'Libre Baskerville', Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
  font-style: normal;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

#stylish{
  border: 5px #c69553 solid;
  outline: 20px #84130d solid;
  background: url(tile.png);
  max-width: 1750px;
  width:75vw;
  margin-top :5vh;
  margin-bottom :5vh;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1{
  font-style: italic;
  text-align: center;
  font-size: 3em;
  filter: drop-shadow(0px 0px 10px #c69553);
}

h2{
  font-style: italic;
  font-size: 1.6em;
  text-align: center;
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
  filter: drop-shadow(0px 0px 10px #c69553);
}

h3{
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  width:fit-content;
  filter: drop-shadow(0px 0px 10px #c69553);
}

.right::after{
  content:"\2B9E";
}

.down::after{
  content:"\2B9F";
}

.paragraph{
  max-width: 100%;
  width:1250px;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
}

#demo_div{
  user-select: none;
  display:flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  width:1250px;
  height:100%;
  font-style: normal;
  line-height: 2em;
}


ol{
  display:flex;
  flex-direction: column;
}


li{
  /* margin-left:auto; */
  /* margin-right: auto; */
  font-size: 1.2em;
  /* line-height: 3em; */
  margin-top:10px;
  margin-bottom:10px;
}

img{
  width:fit-content;
  max-width: 100%;
  height: auto;
  align-self: center;
}

video{
  width:fit-content;
  max-width: 100%;
  height: auto;
  align-self: center;
}

*{
  user-select: none;
}

a {
  color: #1a1dda;
  text-decoration: underline; /* underline for the links */
}