body {
    background: #323232 !important;
    width: 100dvw !important;
    height: 100dvh !important;
    color: white !important;
    /* padding: 20px !important; */
}
.category-container {
    background: #222222;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}
.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100dvw;
    padding: 50px 0;
    /* height: 100dvh; */
}

.iframe-container iframe {
    width: 90%;
    height: 100%;
    border: none;
}