
		/* Desktop */
		#pdf-iframe {
			height: 450px;
			width: 100%;
		}

		/* Mobile */
		@media screen and (max-width: 992px) {
		  #pdf-iframe {
			height: 200px;
			width: 100%;
		  }
		}



h1{
    color:black;
    font-size:170%;
    font-family:'Times New Roman', Times, serif;
    font-style:;
}

.logo{
    width: 40%;
}

