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