body {
  background-color: #6dc8ff;
  color: black;
  font-family: 'Courier New', monospace;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.box1 {
  height: 200px;
  width: 200px;
  background-color: #37a3e4;
}
.box2 {
  height: 200px;
  width: 200px;
  background-color:  #ffce6d;
}
.container {
  display: flex;
}