/* Desktop */
#pdf-iframe {
    height: 450px;
    width: 100%;
}

/* Mobile */
@media screen and (max-width: 992px) {
    #pdf-iframe {
        height: 200px;
        width: 100%;
    }
}

.logo {
    width: 40%;
}

body {
    background-color: #CDC5BF;
}

