body {
  background-color:black; 
  font-family: sans-serif;  
}

h3 {
  color: white;
  text-align: center;
}

h2 {
  color: white;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px
}

button {
  align-items: center;
  appearance: none;
  background-color: white;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #323232;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-size: 16px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  margin-top: 4px;
  max-width: 100%;
  overflow: visible;
  padding: 2px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
}

button:hover {
  background: #F6F6F6;
  color: black;
}

button:active {
  box-shadow: 0 2px 2px 0 rgb(32 32 32 / 30%), 0 8px 12px 6px rgb(32 32 32 / 15%);
  outline: none;
}

.square {
  float: left;
  width: 30%;
  height: 0;
  padding-bottom: 30%;
  background-color: black;
  margin: 5px;
  border-radius: 24px
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

.selected {
  background-color: black;
  color: white;
}

.stripeCont {
    color: white;
    font-size: large;
}

#stripe {
    background-color: grey;
    height: 124px;
    text-align: center;
}

.stripeCont {
  margin-top: 4px;
}