body {
    background-image: linear-gradient(to right top, #1d232e, #1a2230, #182132, #151f33, #121e35, #101f3c, #0d2144, #09224b, #04265a, #002a69, #002e78, #033187);
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    color:#f9f9f9;
}

h1 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 5px;
}


h2 {
  display: flex;
  justify-content: center;
  margin-top:10px;
  margin-bottom: 40px;

}

.box {
  margin: 20px;
  padding: 30px;
  border-style: solid;
  border-width: thin;
  border-radius: 30px;
  border-color: #6c7293;
  box-shadow:
  2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
  6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
  12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
  22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
  41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
  100px 100px 80px rgba(0, 0, 0, 0.07)
;
}

.logo {
  height:100px;
  position: absolute;
  margin: 20px;
  
}
.donation {
  margin-top:80px;
}

input[type=text] {
    padding: 12px 20px;
    margin: 0 10px;
    border-radius: 5px;
    border: 2px solid #000000; 
    background-color: #6c7293;
    color:#f9f9f9;
    font-size: large;
    font-weight: bold;
  }

.button {
    background-color: #191c24;
    color: #6c7293;
    border: 2px solid #6c7293; 
    width: 800px;
    height: 100px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 3px;
    cursor:pointer;
  }

.nft-svg {
  border-style: none;
  border-radius: 20px;
  overflow:clip;
}

a {
  color: white;
  font-size: 30px;
} 

.link {
  padding: 50px;
  visibility: hidden;
  display: flex;
  justify-content: center;
}

.button:hover {
    background-color: #0f1015; /* Green */
    color: white;
}

.flex-container {
    display: flex;
    justify-content:center;
    width: 100%;
}

.slider {
    width: 100%;
}

.slidecontainer {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.amountInput {
    width: 100px;
    text-align: right;
    margin-left: 30px;
}

.denomination {
    width: 70px; 
    display:flex; 
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
}
