body {
  background-image: url('bi.gif');
}

html {
    width: 100%;
}

h1,h2,h3 {
  margin: 0;
}

#parent {
  display:  flex;
  align-items: center;
  justify-content: center;
  }

.date {
  padding: 30px;
}


/*shopify shit*/

.visuallyhidden {
  display: none;
}

/* product */

.shopify-buy__btn {
  background-color: #ff665e;
  border: none;
  padding: 10px 16px 10px 16px;
  font-size: 120%;
  font-weight: bold;
  font-family: Consolas, monaco, monospace;
  color: #fff;
  margin: 5px 0 5px 0;
}

.shopify-buy__btn:hover {
  background-color: #e65c55;
  cursor: pointer;
}

.shopify-buy__option-select__select {
    font-size: 100%;
    padding: 4px;
    width: 100%;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Consolas, monaco, monospace;
}

.shopify-buy__option-select-wrapper {
    border: 1px dashed #ff665e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 220px;
    background: #fff;
    overflow: hidden;
    vertical-align: bottom;
    margin: 5px auto 2px auto;
}

.shopify-buy__option-select-wrapper:hover {
    border-color: #e65c55;
}

.shopify-buy__select-icon {
    cursor: pointer;
    display: block;
    fill: #585858;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    pointer-events: none;
    width: 12px;
    height: 12px;
}

/* toggle */

.shopify-buy__cart-toggle {
  background-color: #ff665e;
  cursor: pointer;
  width: 40px;
  color: #fff;
  padding: 12px 2px 12px 2px;
  text-align: center;
  font-family: Consolas, monaco, monospace;
  color: #ffffff;
}

.shopify-buy__cart-toggle:hover {
  background-color: #e65c55;
}

.shopify-buy__cart-toggle svg {
  fill: #fff;
  width: 24px;
  }

.shopify-buy--visually-hidden {
  display: none;
}

.shopify-buy__cart-toggle__count {
  margin-bottom: 8px;
  font-weight: bold;
}