body {
    /* footer */
    padding-bottom: 60px;
}

.display-3 {
    font-size: 28px !important;
    margin-left: auto;
    text-align: center;
}

.header {
    display: block;
    margin-right: auto !important;
}

.categories {
    width: 250px;
    display: block;
}

.issueSummary {
    width: 650px;
    resize: none;
    border-radius: 4px;
}

.submit {
    display: block !important;
    text-align: center;
    padding-top: 10px;
    margin: auto;
    width: auto;
}

.issueForm {
    padding-top: 10px !important;
}

.form-switch {
    padding-top: 10px;
}

.thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
}

.thumbnail {
    object-fit: cover;
    margin-right: 5px;
}

.remove-button {
    display: block;
    margin-top: 5px;
}

.form-group.row {
    margin-bottom: 0.5rem;
}

.row .justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.imageContainer {
    padding: 5px;
    display: block;
}

.whitespace-respect-newlines {
    white-space: pre-line
}

@keyframes object-marker {
    from {
        background: yellow
    }
    to {
        background: transparent
    }
}

.object-marker {
    animation: object-marker 5s linear;
}
