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