body {
  background-image: url("aestheticpink.png");
}
h1 {
  font-size: 70px;
  text-align: center;
  color:#f56484 ;
  -webkit-text-stroke: 1px #b32b48;
}
aside{
 width: 300px 
height: 400px
background-image: url ("background.png");
background-size: 300px;
position: absolute;
}
.grid{
display: flex;
justify-content: flex-start;
gap: 5px;
flex-wrap: wrap;
}
main{
width: 850px
height auto;
background-color: #ff9eb3;
border: 4px double #fc7996;
color: #3d3028
margin-left: 315px;
padding: 10px;
}


