*{
    box-sizing: border-box;
}

main {
    position: absolute;
    width: 1080px;
    background-color: white;
    padding:30px;
    margin:30px;
}
img {
   width: 500px;
   float: left;

}
body {
    margin: 50px;
    padding: 50px;
    line-height: 1.5;
}

aside {
    position:10 ;
    bottom: 10px;
    left: 0;
    width: 1080px;
    height: 300px;
    background-color:rgb(212, 224, 253);
    color: rgb(0, 0, 0);
    padding:35px;
    z-index: 100%;
}


