.file-viewer-app {
    height: 70vh;
    width: 50vw;
    top: 10%;
    left: 25%;
}

.file-viewer-body {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-viewer-body iframe {
    height: 100%;
    width: 100%;
}

.file-viewer-body img {
    height: 100%;
    max-width: 100%;
}

.file-viewer-body video {
    max-height: 100%;
    max-width: 100%;
}

.file-viewer-body audio {
    min-height: fit-content;
    min-width: fit-content;
}