body {
  background-color: #000000;
  font-family: Verdana;
  font-size: 16px;
  color: #008282;
}
.stretchy {
width: 100%; /*Tells image to fit to width of parent container*/
}
.container {
width: 33%; /*Use this to control width of the parent container, hence the image*/
}