html {
  height: 100%;
  width: 100%;
}

#boostrapOverride {
  max-width: 1600px;
}

/* APPLIES TO ALL IMAGES */
img {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* BORDER */
.border {
  border: 2px solid black;
}

/*entirerty of page */
.checkout {
  margin-top: 10px;
  margin-bottom: 25px;
}

.empehsised {
  font-weight: bold;
}

.title {
  text-align: center;
}

.itemDescription {
  margin-top: 15px;
}

/* PREVIEW IMAGES */
.preview {
  margin: 5px 0px 5px 0px;
}

/* BOX */
.box {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.box.small {
  height: 100px;
}

footer {
  background-color: #002147;
  color: white;
}
