.box {
  background-color: rgb(26, 180, 180);
  width: 100px;
  height: 100px;
}

main {
  display: flex;
  flex-direction: row;
  gap: 150px;
}
