
#middle {
width: 80%;
margin: auto;
text-align: justify;
margin-bottom: 4rem;}

.intro {
padding: .5rem;
filter: drop-shadow(.25rem .25rem .1rem black);
margin-bottom: 4rem;}

ol{
text-align: center;
margin: 0;
padding: 0;}
li {
list-style: none;}

.entry {
filter: drop-shadow(.25rem .25rem .1rem black);}

.quote {
width: 100%;
text-align: justify;
padding: .5rem;
margin-bottom: 1rem;
border: 5px solid;
border-image: url("/creations/assets/paperborder.png")
    67 / 10px / 0 round;}



@media screen and (orientation:portrait) {
#middle{width:auto; margin:0 .5rem 4rem;}
}