body {
    background: #f9f9f9;
}

.upload-container {
    margin: 10px;
}

.upload-form div:not(:first-child) {
    margin-top: 15px;
}

.upload-form label {
    display: block;
}

input[type="text"] {
    padding: 6px;
}

input[type="submit"] {
    background: #16262E;
    color: #fff;
    padding: 6px 20px;
    border: none;
    border-radius: 6px;
}

.upload-progress {
    margin-top: 10px;
    display: none;
}

.progress-bar {
    width: 100%;
    max-width: 400px;
    padding: 4px;
    display: flex;
    justify-content: center;
    border: solid 1px #555;
}

.gallery-container {
    margin-top: 20px;
}

.user-section {
    margin-top: 20px;
    overflow: auto;
}

.image-link {
    text-decoration: none;
}

.image {
    border: solid 1px #999;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.35);
}

.image-link, .image {
    display: block;
    width: 300px;
    height: 300px;
}

.image-link {
    margin: 10px;
}

@media (max-width: 450px) {
    .image-link, .image {
        width: 150px;
        height: 150px
    }
}

.display-name {
    margin: 20px 10px 0px 10px;
    font-size: 20px;
    display: block;
}

.user-images {
    display: flex;
    flex-wrap: wrap;
}
