.outer{
display: flex;
justify-content:center;
flex-wrap:wrap;
margin-top: 50px;
margin-right: 50px;
margin-bottom: 50px;
margin-left: 190px;;
  width: 70%;
  max-width: 900px;
  height: auto;
background-color: #000000;
overflow:hidden;
}

body{
font-family:cursive;
font-size:20px;
background-image:url('https://strawberrynose.neocities.org/oppo.gif');
}

div {
  background-color: #9C2007;
  width: 200px;
  height: 200px;
  border: 5px inset darkred;
  padding: 10px;
  margin: 10px;
  overflow: scroll;
}

.divimage{
background: transparent;
width: 300px;
height: 300px;
padding: 10px;
margin: 10px;
overflow: hidden;
border: none;
}

h1{
color: DarkRed
}

h2{
color: Maroon;
}

p{
color: Gainsboro;
} 

ul {
	position: relative;
	margin-left: 0;
	padding-left: 19px;
}

li{
color: Gainsboro;
}

aside{
float: right;
margin-left: 10px;
padding-left: 5px;
text-align: center;
width: 30%;
max-width: 99px;
height: auto;
background: transparent;
}

.sidenav1 {
width: 150px;
height: auto;
  position: fixed;
  z-index: 1;
  top: 250px;
  left: 10px;
  background: #9C2007;
  overflow: hidden;
  padding: 8px 0;
  outline-width: 5px;
  outline-style: inset;
  outline-color: #870304;
  border-width: 3px;
  border-style: solid;
  border-color: #870304
}


.sidenav1 ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   text-align:center;
}

.sidenav1 p{
   list-style-type: none;
   margin: 0;
   padding: 0;
   text-align:center;
   color: DarkSalmon;
}

.sidenav1 a:link, a:visited, a:active {
   background-color: transparent;
   color: Gainsboro;
   padding: 10px;
   text-decoration: none;
}

.sidenav1 a:hover {
   background-color: transparent;
   color: Gray;
   padding: 10px;
   text-decoration: none;
}

.sidenav {
  width: 150px;
  height: 150px;
  position: fixed;
  z-index: 1;
  top: 50px;
  left: 10px;
  background: #9C2007;
  overflow: hidden;
  padding: 8px 0;
  outline-width: 5px;
  outline-style: inset;
  outline-color: #870304;
  border-width: 3px;
  border-style: solid;
  border-color: #870304
}

.sidenavimg {
   width: 100%;
  height: 100%;
  object-fit: cover;
}

#borderimg { 
  border: 15px solid transparent;
  padding: 0px;
  border-image: url(https://strawberrynose.neocities.org/Border.png) 20 round;
}

footer {
font-size: 12px;
text-align: center;
}