body {
    font-family: Garamond, serif;
    background-image: url("image/bag.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

            aside {
                background-color: #6e737a;
				order: 1;
				border-left: solid 1px #35383d;
				border-top: solid 7px #0e4399;
                width: 200px;
				height:800px;
				box-shadow: 2px 2px ;
				
                
            }
            
                        main {
                background-color: #6e737a;
                flex: 1;
                padding: 20px;
                order: 2;
				border-bottom: solid 2px #050300;
				border-top: solid 7px #0e4399;
				border-left: solid 1px #35383d;
				box-shadow: 2px 2px #1c1d1f;
            }