		/* Desktop */
		#pdf-iframe {
			height: 450px;
			width: 100%;
		}

		/* Mobile */
		@media screen and (max-width: 992px) {
		  #pdf-iframe {
			height: 200px;
			width: 100%;
		  }
		}
body{
    background-color: black;
    color: white;
}

footer a,  footer a:link, footer a:visited{
    color: rgba(31, 216, 216, 0.863);
}

nav{
    position:fixed;
}

button{
   background-color:black;
}

.Modal{
    color: black;
}

h3{
    color:rgba(31, 216, 216, 0.863);
}

h6{
    color: rgba(31, 216, 216, 0.863);
}
