@font-face {
  font-family: 'Dos';
  src: url('fonts/Mx437_DOS-V_re_JPN24.woff2') format('woff2'),
      url('fonts/Mx437_DOS-V_re_JPN24.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  background: black;
}

.container {
  margin-top: 20px;
}

.input-field {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.cart-banner {
  font-family: "Dos";
  font-size: 70px;
  color: #66ff00;
  /* background: black; */
  margin-bottom: -70px;
  z-index: 10;
  /* font-weight: bold; */
}

.title-banner {
  font-family: "Dos";
  font-size: 70px;
  color: #66ff00;
  /* background: black; */
  margin-bottom: -70px;
  z-index: 10;
  font-weight: bold;
}

.credits-text {
  font-family: "Dos";
  font-size: 20px;
  color: #66ff00;
  /* background: black; */
  /* margin-bottom: -70px; */
}

.modal {
  width: 75% !important;
  background: black !important;
}

.modal-content {
  font-family: "Dos";
  font-size: 100px;
  background: black;
  color: #66ff00;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.main-content {
  z-index: -1;
  position: relative;
}

.header {
  font-family: "Dos";
  font-size: 50px;
  color: #66ff00;
  /* background: black; */
  font-weight: bold;
  z-index: 10;
}

.privacy-text {
  font-size: 10px !important;
  font-family: "Dos" !important;
  background: black !important;
  color: #66ff00 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  text-transform: uppercase !important;
}

.privacy-policy-button {
  font-size: 30px;
  font-family: "Dos" !important;
  background: rgb(255, 0, 179) !important;
  color: #66ff00 !important;
}

.contact-button {
  font-size: 25px;
  font-family: "Dos" !important;
  /* background: rgb(255, 0, 179) !important; */
  color: #66ff00 !important;
}

.buy-alert {
  font-family: "Dos";
  font-size: 200px;
  /* color: #66ff00; */
  color: red;
  /* background: black; */
  font-weight: bold;
  z-index: 10;
  margin-top: -900px;
}

.sub-content {
  margin-top:-90px;
}

.lower-buys {
  display:flex;
}

.toast-custom {
  /* width: 60px !important; */
  background: black !important;
  /* background-color: black; */
  font-family: "Dos";
  font-size: 12px !important;
  color: #66ff00;
}

#toast-container {
  z-index: -1 !important;
  top: 30% !important;
  /* right: auto !important; */
  /* bottom: 60% !important; */
  /* left:7%;   */
}

.lower-buy-now {
  margin-top:-60px; 
  margin-left:20px;
  z-index: -1 !important;
}

.upper-buy-now {
  margin-top:-60px; 
  margin-left:-70px;
  z-index: -1 !important;
}

/* .page-container {
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  display: inline-flex !important;
  font-family: "Dos";
  font-size: 50px;
  color: red;
  background: black;
} */

@media only screen and (max-width : 992px) {
  .page-container {
    padding-left: 0;
    display: flex !important;
  }
}

#navbar {
  position: absolute;
  top: 20px;
  left: 20px;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.side-by-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-by-side >* {
  margin: 0 5px;
}

.bold {
  font-weight: bold;
}

#overlay, .overlay {
  position: absolute;
  top: 0;
  left: 0;
}

#facesContainer canvas {
  margin: 10px;
}

input[type="file"]::-webkit-file-upload-button {
    background: #26a69a;
    border: 1px solid gray;
    cursor: pointer;
    color: #fff;
    border-radius: .2em;
}