.item {
  width: 90%; /*this may need to change if other paddings/borders are changed*/
  border: 4px solid #000000;
  border-radius: 15px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  float: none;
}