*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

html { 
    background: url(/maintenance/img/igr-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

.igr-pdf-container{
    width: 100%;
    height: 100dvh;
    background: #fff;
}

.igr-pdf{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.igr-message-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    flex-direction: column;
    gap: 16px;
}  

.igr-message{
    max-width: 100%;
}

.igr-pdf-download{
    display: inline-block;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    text-decoration: none;
    border-radius: 8px;
}
