body{
    background-color: black;
    color: white;
    font-family: "Courier New";
    text-align: center;
}
.wrapper{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #202020;
    padding: 2em;
}
.bigwrapper{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #202020;
}
.inBigWrapper{
    text-align: left;
    margin: 2em;
}

.sometxt{
    text-align: left;
    margin-left: 1em;
}
.gr{
    color: #A0A0A0;
    text-decoration: underline;
    cursor: pointer;
}
    
.formContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}
.inHome{
    margin: 0 auto;
    min-width: 15em;
    width: 70%;
}
.inForm{
    min-width: 30%;
    height: 2em;
}
.bigger{
    min-width: 65%;
}
.margintop{
    margin-top:1em;
}
.paddingtop{
    padding-top: 2em;
}
.button{
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
    background-color: gray;
    height: 1.5em;
    line-height: 1.7em;
    cursor: pointer;
    border-radius: 4px;
}
.em5{
    width: 5em;
}
.nomargintop{
    margin-top: 0px;
}
.small{
    font-size: 0.8em;
}
b{
    font-size: 1.2em;
}
.btnWrapper{
    text-align: center;
    width: 10em;
}
.uploads{
    word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}
.spacelol{
    width: 0em;
}
.upl{
    width: 21em;
    height: 18em;
    padding: 1em;
    margin: 1em;
    background-color: #202020;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*
.thmbnl{
    cursor: pointer;
    width: 100%;
    height: 80%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    margin-bottom: 1em;
}
.thmbnl > img{
    display: block;
    object-fit: contain;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%,-50%);
}
*/
.thmbnl{
    cursor: pointer;
    max-height: 80%;
    max-width: 100%;
    margin-bottom: 1em;
}
.thmbnl img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.transparent{
    border-color: rgba(0,0,0,0);
}
.prevNext{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    alitn-items: center;
    width: 25em;
    margin: auto;
}
.prNxt{
    width: 8em;
    margin: 2em;
}
.smolflex{
    margin: 0.5em auto;
    display: flex;
    width: 50%;
    justify-content: center;
}
.delFlex{
    margin-top: 2em;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.pages{
    margin: 0.5em auto;
    display: flex;
    justify-content: center;
}
.inPages{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid white;
    width: 3em;
    height: 2em;
    line-height: 2em;
}
.inPages:hover{
    cursor: pointer;
    background-color: #505050;
}
.pageInput{
    color: white;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 1em;
    width: 100%;
    text-align: center;
}
.blackInput{
    font-family: inherit;
    border: 1px solid black;
    border-radius: 4px;
    padding: 0.3rem;
    font-size: 0.8em;
    width: 10rem;
    outline: none;
    background-color: #050505;
    color: white;
}
.blackInput:focus{
    border: 1px solid #b82525;
}
.infoWrapper{
    padding: 2em;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #101010;
    border: 1px solid #b82525;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.infoWrapper td{
    padding: 0.3em;
}
.importantFilesTxt{
    margin-top: 3em;
    width: 70%;
}
.fa, .far, .fas{
    color: #A0A0A0;
    cursor: pointer;
}
@media only screen and (min-width: 768px){
    .wrapper{
        width: 25em;
    }
    .bigwrapper{
        width: 37em;
    }
}
