html, body {
  color:#ffffff;
  background-color:#000000;
}

.box {
  width:50%;
  margin:auto;
  padding:15px;
  display:flex;
  margin-bottom:10px;
  border:1px solid #ff0000;
}

.thumb {
  order:1;
  width:200px;
  height:auto;
  border:1px solid #ff0000;
}

.text {
  order:2;
  margin:8px 18px;
}