
body {
	font-family: FreeMono, monospace;
	font-size: 17px;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
	margin: 0px;
	padding: 0;

}

.style {
	width: 755px;
}

#container {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: rgb (151, 77, 255);
	border-right-color: rgb (151, 77, 255);
	border-bottom-color: rgb (151, 77, 255);
	border-left-color: rgb (151, 77, 255);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	outline-color: rgb(2, 2, 2);
	outline-style: ridge;
	outline-width: 1px;
	color:rgba(0, 0, 0, 0.8);
	background-color:rgba(255, 255, 255, 0.8);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	filter: drop-shadow(3px 0px 5px black)
	

}
div {
	display: block;
	unicode-bidi: isolate;
}

#top {
	color: rgb (76, 42, 121);
	font-weight: bold;
    text-shadow: #1a1d1a 1px 0 5px;
}

#top:before {
	content: '';
	height: 20px;
	width: 99%
	border 20px;
	background-image: -webkit-linear-gradient(bottom, rgba(236, 238, 236, 0.8)0% rgba(112, 112, 112, 0.438) 50%);
	background: var(--gloss);
	position: absolute;
	top: 1;
    left: 5;
    opacity: 0.3; 
}

div {
	display: block;
	unicode-bidi: isolate;
}
.divider {
	border-top-color: rgb (151, 77, 255);
	border-right-color: rgb (151, 77, 255);
	border-bottom-color: rgb (151, 77, 255);
	border-left-color: rgb (151, 77, 255);
	box-shadow: #151815 1px 0 5px;
}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

hr {
	width: 100%;
}

hr {
	display: block;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	margin-inline-start: auto;
	margin-inline-end: auto;
	color: gray;
	unicode-bidi: isolate;
	overflow-x: 0;
	overflow-y: 0;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-width: 1px;
}

sub {
	font-size: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
} 

p {
	line-height: 21px;
	text-align: left;
}

h1 {
	color: #079e02;
	background-color:rgba(14, 108, 16, 0.8);
	font-size: 5em;
	margin: 0;
	margin-bottom: 6px;
	padding: 3px;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.3em;
	border-bottom-style: solid;
	border-width: 0.5em;
    text-shadow: #09C820 1px 0 5px;
}

img {
	border-style: solid; 
     border-image: url("https://i.imgur.com/SqhJATD.png") 8 fill round;
     background-image: url('https://i.pinimg.com/736x/c7/51/86/c75186faee1b129f14eebdb8eec560d0.jpg');    
}

	aside {
  width: 50%;
  padding-left: 20px;
  margin-left: 20px;
  float: left;
  font-style: italic;
  background-color: lightgray;
  border-width: 7px;
    border-style: solid; 
     border-image: url("https://i.imgur.com/SqhJATD.png") 8 fill round;
     background-image: url('https://i.pinimg.com/736x/c7/51/86/c75186faee1b129f14eebdb8eec560d0.jpg');  
	 text-align: center;  
}