body{
    background-image: url("../img/backgrounds/services-bg.webp");
    background-repeat: no repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 20em;
}

.pdfview{
    margin:auto;
    display: block;
    width: 900px;
    height: 105vh;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 2),
     0 6px 20px 0 rgba(0, 0, 0, 19);
}

.pdftitle{
    text-align: center;
    padding: 20px;
    font-family: 'Courier New', Courier, monospace;
}

.container a{
    text-align: center;
    padding: 30px 90px;
    height:max-content;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
     'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
}

@media screen and (max-width:768px) {
    .pdfview{
        width: 80%;
    }

    .pdftitle{
        width: 70%;
        text-align: center!;
        padding: 20px;
    }
}