body {
  background-color: #f7f7f7;
}
#main {
  width: 100%;
  border: 0;
}

#store_product_container {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.store_product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  border: 1px solid #515151;
  background-color: #ffffff;
  padding: 14px;
  margin: auto;
  margin-bottom: 15px;
  height: 400px;
  font-size: 16px;
  position: relative;
}

.store_product img {
  width: 215px;
  height: 215px;
}

.description {
  height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.personalise {
  width: 170px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  bottom: 10px;
  background-color: #aaaaaa;
  border-radius: 3px;
}

#main {
  background-image: none;
}

#buycontainer {
  margin-top: 20px;
}

.productimage img {
  border: 2px #515151 solid;
  padding: 1px;
  width: 300px;
}

.productimage {
  width: 300px;
  margin: auto;
}

#buyform {
  width: 300px;
  margin: auto;
}

#buyform input[type=text] {
  width: 295px;
  margin-bottom: 30px;
}

#buyform select {
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
}