*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-size: cover;
    justify-items: center;
    margin-top: 80px;
}

.container{
   
    width: 950px;
    height: 650px;
    display: flex;
    flex-direction: column;
}
.box1{
    display: flex;
    flex-direction: row;
}
.paragraph{
    margin-top: 0px; 
}
.only{
    color: hsl(303, 10%, 53%);
    font-size: medium;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.heading{
    width: 400px;
    height: 200px;
}
.headng{
color: hsl(300, 43%, 22%);
font-size: 50px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.right_content{
display: flex;
flex-direction: column;
margin-left: -100px;
margin-top: -20px;

}

.triangle1{
  width: 370px;
  height: 50px;
  background-color: hsl(300, 24%, 96%);
  border-radius: 8px;
  margin-left: 200px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;

}
.par{
    color: hsl(300, 43%, 22%) ;
    margin-top: 10px;
    margin-left: 20px;
    font-weight: bolder;
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.tri{
    margin-top: 10px;
    margin-left: 20px;
}

.triangle2{
    width: 370px;
    height: 50px;
    background-color:hsl(300, 24%, 96%);
    border-radius: 8px;
    margin-left: 240px;
    margin-top: 20px; 
    display: flex;
    flex-direction: row;
}

.triangle3{
    width: 370px;
    height: 50px;
    background-color:hsl(300, 24%, 96%);
    border-radius: 8px;
    margin-left: 280px;
    margin-top: 20px; 
    display: flex;
    flex-direction: row;
}

.box2{
    margin-top: 30px;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
}


.cart1{
    width: 300px;
    height: 190px;
    background-color:  hsl(300, 43%, 22%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.profile1{
    display: flex;
    flex-direction: row;
}
.name{
    margin-top: 25px;
    margin-left: 20px;
}
.cotton{
    color: hsl(0, 0%, 100%);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.verified{
    color: hsl(333, 80%, 67%);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.messages{
    margin-top: 18px;
    margin-left: 25px;
    width: 270px;
    height: 40px;
    font-size: medium;
}
.sentence{
    color: hsl(0, 0%, 100%);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: small;
}

.cart2{
    width: 300px;
    height: 190px;
    background-color:  hsl(300, 43%, 22%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 15px;
}
.cart3{
    width: 300px;
    height: 190px;
    background-color:  hsl(300, 43%, 22%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 30px;
}