

body {
  background-color: white;
  color: black;
  font-family: Verdana;
  padding:5% 0;
}

main{
  background-color: #361b10;
  border: 4px ridge #ffb24d;
  margin:auto;
  width:650px;
  height:750px;
  position:relative;
  padding:15px;
}

aside{
  background-color: #361b10;
  border: 4px ridge #ffb24d;
  position:absolute;
  padding:10px;
}

aside:nth-child(1){
  width:200px;
  left:-250px;
  top:-45px;
  height:600px;
}
aside:nth-child(2){
  width:350px;
  right:-400px;
  bottom:20px;
  height:400px;
}

aside:nth-child(3){
  width:270px;
  right:-320px;
  bottom:475px;
  height:175px;
}

section{
  width:100%;
  height:100%;
  box-shadow: inset 0 0 10px 10px #804724;
}