/* Desktop */
#pdf-iframe {
    height: 450px;
    width: 100%;
}

/* Mobile */
@media screen and (max-width: 992px) {
  #pdf-iframe {
    height: 200px;
    width: 100%;
  }
}

.logo{
    width: 300px;
}

footer a, footer a:link, footer a:visited{
    color: rgb(0, 0, 0);
}

body{
    background-color: rgb(255, 255, 255);}

.logo{
    width: 70%;
}

.ton{
    width: 500px;
}