#file_embed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.embed {
    padding: 0.3rem;
    background-color: var(--box-color);
    max-width: 100%;
    max-height: 100vh;
}

audio {
    padding: 0.3rem;
    border-radius: 2rem;
}

img, video {
    border-radius: 0.2rem;
}

.embed[type="application/pdf"] {
    width: 100%;
    height: 540px;
}

