body{
    background: #1e1e1e
}

#text{
    color: white;
    background-color: #1e1e1e
}

a{
    color: white;
}

td,th{
    color: white;
}

.center{
    width: fit-content;
    border: 3px solid white;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom{
    z-index: 100;
    bottom: 0px;
    position: fixed;
}

.og{
    width: 300px;
}

span{
    color:white;
}

.floatRight{
    float: right;
}

#uploadProgress{
    position: sticky;
    top: 0;
}

.uploadProgress{
    width: 100%;
    background-color: goldenrod;
    border-bottom: 1px black solid;
}

.tdPic{
    border-style: ridge;
    border-color: mediumturquoise;
    border-radius: 5px;
    margin: 1em;
}

#images{
    display: flex;
    flex-wrap: wrap;
}