  body {
      background-color: #4176c4;
  }
  a, p {
      font-family: 'Geologica', sans-serif;
      padding:0;
      margin:0;
  }
    .PDFFlip {
        border: 30px solid #31579f;
        border-radius: 30px;
        max-width: 1500px;
        width: calc(100% - 60px);
        max-height: calc(100% - 200px);
        position: fixed !important;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
  }
        .PDFFlip {
            padding-bottom:30px;
        }
    .backtoafis a {
        position: fixed;
        top: 30px;
        left: 30px;
        color: white;
        text-decoration: none;
        font-size: 25px;
    }
    
    .backtoafis p {
        position: fixed;
        top: 15px;
        font-size: 50px;
        max-width: 900px;
        text-align: center;
        font-weight: bold;
        color: white;
        left: 50%;
        transform: translateX(-50%);
        line-height: 1;
        width: 100%;
    }
    @media screen and (max-width:1400px) {
        .backtoafis p {
            font-size: 30px;
            max-width: 600px;
            top: 30px;
        }
    }
    @media screen and (max-width:1024px) {
        .backtoafis a {
            font-size: 16px;
            top: 15px;
            left: 15px;
        }
        
        .backtoafis p {
            top: 56px;
        }
    }
    
    @media screen and (max-width:640px) {
        .backtoafis p {
            padding: 0 15px!important;
            font-size: 20px;
            width: calc(100% - 30px);
        }
    }
    
    @media only screen and (max-device-width: 1024px) and (orientation: landscape) {
        body:after {
            content:"";
            background-color:#4176c4;
            position:fixed;
            z-index:9;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-image:url(rotate.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100px;
        }
    }