@font-face {
    font-family: "Pixel12x10";
    font-weight: bold;
    src: url("Pixel12x10.ttf");
}
body {
    background-color: black;
    font-family: "Pixel12x10";
}
#total{
    transform: translateY(200px);
    
}
body {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

body::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

#content {
    font-family: "Pixel12x10";
    /* position: absolute; */
    /* top: 30%;
    left: 33%;
    right: 33%; */
    text-align: center;
    color: white;

}
#save{
    left: 0%;
    position: absolute;
}
#myBtn{ 
    border-radius:10px;
    top:100px;
    font-family: "Pixel12x10";
    cursor: pointer;
}
#myBtn2{ 
    border-radius:10px;
    top:100px;
    font-family: "Pixel12x10";
    cursor: pointer;
}
#myBtnp{ 
    border-radius:10px;
    top:100px;
    font-family: "Pixel12x10";
    cursor: pointer;
}
#myBtn3{ 
    border-radius:10px;
    top:100px;
    font-family: "Pixel12x10";
    cursor: pointer;
}
#trial1{ 
    text-align:center;
    border-radius:10px;
    font-family: "Pixel12x10";
    cursor: pointer;
}
#nftlist{ 
    text-align:center;
    border-radius:10px;
    font-family: "Pixel12x10";
    cursor: pointer;
}
#trial{
    border-radius:10px;
    border-radius:10px;
}
input[type="file"] {
    display: none;
}
input{
    text-align:center;
    font-family: "Pixel12x10";
    width:5%;
 }
#custom-file-upload{
    cursor: pointer;
}
#custom-file-upload:hover{
    color:blue;
    font-size: 125%;
    text-decoration: underline;
}
