body {
    /* font-family: 'Courier New'; */
    font-family: 'Noto Sans TC', sans-serif;
    font-size: '20px';
    margin-left: 3%;
    margin-right: 3%;
    color:#ffffff; 
    background-color:#111111;
}

hr {
    border: 2px solid #555555;
    border-radius: 1px;
    margin: 20px 0px 20px;
  }

a {
  color: white;
  /* text-decoration: none; */
  text-decoration:underline;
  text-decoration-style: dotted;
  text-decoration-color: gold;
}

a:hover {
  color: gold;
  text-decoration: none;
}

span.nftdisplay {
    display: inline-block;
    width: 320px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

span.text-token-id {
    display: inline-block;
    width: 140px;
}


span.nftdisplay + span.nftdisplay {
    margin-bottom: 3em;
}

button {
    background-color: #088F8F;
    border: none;
    color: white;
    padding: 4px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 2px 2px;
    cursor: pointer;
}

select {
    /* appearance: none; */
    /* background-color: transparent; */
    border: none;
    /* padding: 0 1em 0 0; */
    padding: 4px 10px;
    /* margin: 0; */
    margin: 4px 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
}

input, textarea {
    /* appearance: none; */
    /* background-color: transparent; */
    border: none;
    /* padding: 0 1em 0 0; */
    padding: 4px 10px;
    /* margin: 0; */
    margin: 4px 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    /* cursor: pointer; */
}

#custom-nft-contract-address {
    display: none;
}

.dropbtn {
    background-color: #088F8F;
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #088F8F;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
