html, body {
    height:100%;
    min-height: 100%;
}

#main-container {
    height: auto;
}

#form-div {
    width: auto;
    height: auto;
}

#form-div form {
    margin: 1em;
}

#main-logo {
    top: 1em;
    left: 1em;
    position: absolute;
    max-width: 200px;
}

#form-div h2 {
    margin: 1em 0 ;
    color: #00adef;
}

#form-div input#file {
    padding-top: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 200px;
}

#form-div form input {
    margin:0.5em 0;
    width: 100%;
}

#gallery-container {
    margin-bottom:5em;
}

#gallery-container .card img {
    max-height: 175px;
}

#gallery-container .card {
    max-height: 330px;
    transition: all 0.25s;
}

#upload-image {
    max-width: 495px;
    object-fit: contain;
}

.url-copy-btn i {
    pointer-events: none;
}

#upload-footer {
    font-size:12px;
}

.move-right {
    position: absolute;
    right: 2em;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}