body {
  background-color: #ff8e42;
  font-family: Arial, sans-serif;
  text-align: center;
}

.container {
  width: 1000px;
  height: 600px;
  margin: 40px auto;
  border-radius: 40px;
  background: #241e1b;
  margin: 40px auto;
  border-radius: 40px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;          
  align-items: center;
}

.box {
  width: 45%;
  height: 100px;
  border: 3px solid black;
  border-radius: 20px;
  text-align: center;
  padding: 100px;
  box-sizing: border-box;   


}


.item1 {
  background-color: #e6edd1;
}

.item2 {
  background-color: #d3deb1;
}

.item3 {
  background-color: #bac989;
}

.item4 {
  background-color: #a7bd60;
}
