.design_img{
  width: 100%;
      margin-bottom: 5em;
      max-width: 1000px;
      display: flex;
    justify-content: center;
    align-items: center;

}
.design_img_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.tm-site-header {
    background-color: #00000000 !important;
    background-image: none !important;
    height: 60px;
}
.tm-header-stripe {
    height: 20px;
    width: 68.75%;
    background-color: #adadad00 !important;
    background-image: none !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    white-space: nowrap;
}
#stripe_payment{
  font-size: 1.5em;
  width: 90%;
  margin-top: 5%;
  font-family: 'Noto Sans';
  box-shadow: 3px 0px 20px rgb(0 0 0 / 8%);
  border: 2px solid #0e0e0e;
  border-radius: 0.5em;
  transition: 0.5s;
  white-space: nowrap;
  color: white;
  /* margin-right: auto; */
  background: #3d9cff;
  margin: 5%;
  /* margin-right: 60%; */
}

#stripe_payment:hover{
  color: #2f2f2f;
  background-color: #538ff080;
}