/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
<style>

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}


aside{
  
width: 300px;
height: 400px;
background-image: url(); 
background-size: 300px; 
position: absolute ;
}

grid{
display: flex;
justify-content: flex-start; 
align-items: flex-start; gap: 5px; 
flex-wrap: wrap;
}
main{
width: 850px;
height: auto;
background-color: #c0c0c0 color;
border: 4px double ¥our own color;
color: ロ#3d3028;
margin-left: 315px; padding: 10px;
}

</style>