* {
  box-sizing: border-box;
} 

.container{	
width: 75%; 
margin: 10px, 0; 
}

body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: beige;
}

.box {
  width: 100%;
}

.onion{ 
  width: 60%;
  height: 40%;
  margin-left: 10%;
  border: 1px solid black;

}

.rectangle {
  width: 1124px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

.intro{
  padding: 0px 100px;
  align-content: center;
  line-height: 25px;
  text-align:justify;
}

.box2 {
  padding: 0px 100px;
  align-content: center;
  text-align:justify;

}

.right {
  padding: 0px 100px;
  align-content: center;
  line-height: 25px;
  text-align:justify;
}

.rose{ 
  margin-left: 30%;
  align-content: center;
  line-height: 25px;
  text-align:justify;
}

.box5 {
  background-color:burlywood;
  margin-top: 90px;
  padding: 43px 0 25px;
}

.box5 .rectangle {
  height: 137px;
  border: 1px solid white;
}


section p { 
position: relative; 
width: 100%;
text-align: justify
padding-left: 20px;
padding-right: 80px;
text-align: justify;

}

.dude{
height: 50%;
margin-left: 7%;
margin-right: 15px;
float: left;
shape-outside: url(image.jpg);
shape-margin: 20px;
}

