.layout {
   justify-content: center;
padding-bottom: 30px;
  width: auto;
  height: 710px;
  display: flex;
  grid:
    "sidebar body" auto
    / 25% auto;
}

.sidebar { grid-area: sidebar; }
.body5 { grid-area: body; }


#box {
  -webkit-box-shadow: 4px 4px 3px 0px #FF46E5; 
box-shadow: 4px 7px 3px 0px #1DDFFF;
  text-color: white;
 text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 40px 40px 20px rgba(206,89,55,0);
  border: 2px dashed;
  border-color: fuchsia;
  
background: background: rgb(255,231,242);
background: radial-gradient(circle, rgba(255,231,242,1) 0%, rgba(250,170,255,1) 100%);
  
  width:702px;
  height:230px;
  padding:10px;
  margin: auto;
  margin-top:35px;
  margin-bottom:0px;
  position: relative;
}
}
#insides {height:100px;
  width:400px;
  overflow:auto;
  border:1px solid;
  padding:1%;
    background:#ffffff;
    border-radius: 20px;
}
#box3 {
  -webkit-box-shadow: 4px 4px 3px 0px #FF46E5; 
box-shadow: 4px 4px 3px 0px #1DDFFF;
  text-color: white;
  text-shadow: rgba(255,255,255,0.9) 0px 0px 6px;
  border: 2px dashed;
  border-color: fuchsia;
  
background: background: rgb(255,231,242);
background: radial-gradient(circle, rgba(255,231,242,1) 0%, rgba(250,170,255,1) 100%);
  
  width:220px;
  height:694px;
  padding:0px;
  margin-top:35px;
  margin-bottom:0px;
  margin-right: 2px;
  position: static;
}
#insides2 {
background: rgb(254,231,255);
background: linear-gradient(0deg, rgba(254,231,255,1) 0%, rgba(255,253,255,1) 100%);  height:150px;
  width:200px;
  border:4px dotted;
  border-color: #56e8ff;
    border-radius: 12px;
    margin-top:0px;

}

a {
    -webkit-transition: color 2s;
    transition: color 0s;
}
a:hover {
    color: fuchsia;
}
#box56 {
 -webkit-box-shadow: 4px 4px 3px 0px #FF46E5; 
box-shadow: 4px 4px 3px 0px #FF46E5;
  border: 1px solid;
    border-color: skyblue;

  background:white;
  background-image: url("https://pewito.neocities.org/backgroundpink%20try.png");
     background-size: 150px;

  width:704px;
  height:674px;
  padding:11px;
  margin: auto;
  margin-top:35px;
  margin-bottom:0px;
  position: relative;