body {
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #5e5e5e;
}

.header {
    background-color: lightgrey;
    padding: 50px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 50px;
}

.uss-logo {
    /* width: 150px;
    height: 150px; */
    margin-right: 25px;
    margin-left: 25px;
}
.customer-logo {
/* width: 125px;
height: 125px; */
margin-right: 25px;
margin-left: 25px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.metadata {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: first baseline;
    align-items: flex-start;
    background-color: lightgray;
    border-radius: 10px;
    border: 4px solid #2874C3;
    height: auto;
    padding-right: 20px;
    padding-left: 10px;
}

.image-view {
    position: relative;
    display: flex;
    /* height: 750px; */
    height: 95%;
    margin: 10px;
    width: 1000px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    border: 3px solid #2874C3;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#current-image {
    position: relative;
    display: flex;
    align-items: center;
}

#disposition-select {
    font-size: 16px;
    padding: 5px;
    width: 125px;
}
