body{
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.container{
    width: 95%;
    height: 600px;
    background-color: rgb(154, 42, 42);
    background-image: url("https://img.mytheresa.com/media/static/raw/cms/l/WW_HP_2022_CW44/ODLR_Big_DSK_2x_20221028110114.jpg?imwidth=600&imdensity=2");
    color: aliceblue;
    margin: auto;
   
}
.container-child{
    max-width: 960px;
    margin-left:auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 700px;
    padding-top: 200px;
    width: 100%;
}
