@font-face {
    font-family: "nahdi";
    src: url("/fonts/nahdi_bold-webfont.woff2") format("woff2"), url("/fonts/nahdi_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "nahdi";
}

.iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .text-container {
        min-height: 300px;
        margin-top: 1rem;
    }

    .iframe-container {
        min-height: 300px;
        margin-bottom: 1rem;
    }
}
