body{
    background-color: rgb(29, 28, 27);
}

.initial{
    width: 12%;
    padding: 10px;
}

		/* Desktop */
		#pdf-iframe {
			height: 450px;
			width: 100%;
		}

		/* Mobile */
		@media screen and (max-width: 992px) {
		  #pdf-iframe {
			height: 200px;
			width: 100%;
		  }
		}