@font-face {
    font-family: couture;
    src: url("/static/fonts/couture-bld.82500e0dc8f6.otf");
}
@font-face {
    font-family: roboto;
    src: url("/static/fonts/Roboto-Regular.8a36205bd9b8.ttf");
}
@font-face {
    font-family: mont;
    src: url("/static/fonts/mont.7d90a574d6ef.otf");
}

body, html {
    height: 100%;
}

body {
    height: 100%;
    background: url("/static/images/background3.13a2843ee9eb.png") no-repeat center center fixed;
    background-size: cover;
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    color: black;
    background-color: white;
}

.btn-index { 
    border-radius: 0;
    min-width: 300px;
    max-width: 300px;
    border-color: black;
    font-size: 13px;
}


#title {
    font-size: 5rem;
    margin-bottom: 0px;
    letter-spacing: 5px;
    font-family: 'mont';
}

#collection-title {
    font-size: 35px;
    text-transform: lowercase;
    margin-top: -22px;
    font-family: mont;
}

.variable {
    font-style: normal;
}
.btn.btn-create{
    border: 2px solid black;
    color: black;
    border-radius: 0;
}

.btn.btn-create:hover{
    border: 2px solid rgb(40, 40, 40);
    color: white;
    background-color: rgb(40, 40, 40);
}

.btn.btn-buy{
    border: 2px solid black;
    border-radius: 0;
    color: white;
    background-color: black;
}

.btn.btn-buy:hover{
    border: 2px solid rgb(40, 40, 40);
    color: white;
    background-color: rgb(40, 40, 40);
}

#errors {
    color: rgb(254, 86, 86);
}

.error{
    color: rgb(254, 86, 86);
}

.form-select{
    border-radius: 0;
    background-color: rgb(241, 241, 241);
    border: none;
    color: rgb(48, 49, 61); 
    border: 2px solid black;
}
.form-control{
  border-radius: 0;
  background-color: rgb(241, 241, 241);
  border: 2px solid black;
  color: rgb(48, 49, 61);
  padding: 10px;
  font-size: 13px;

}

input{
    border-radius: 0;
    background-color: transparent;
    color: black;
}

.modal-content {
  border-radius: 0;
  border: none;
}

#select-collection{
    font-size: 14px;
    width: 50%;
    text-align: center;
    text-align-last: center; /* For Firefox */
    -webkit-appearance: none; /* Correct the forward slash typo */
  }
  

  /* Media query for screens that are smaller than 768px */
  @media (max-width: 767px) {
    #select-collection{
      width: 100%;
    }
  }
  
  .title{
    font-family: 'mont';
    font-size: 2rem;

  }

.subheader{
    font-family: "mont";
    font-size: 20px;
}